AddRt
SCPI Command :
SEARch:TRIGger:PCIE:TLP:ADRT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieAddressType[source]
# SEARch:TRIGger:PCIE:TLP:ADRT value: enums.BusPcieAddressType = driver.search.trigger.pcie.tlp.addRt.get(search = 'abc')
Sets the address type to be searched for in the transaction layer type.
- Parameters:
search – ANY | X32 | X64
- set(search: str, tlp_address_typ: BusPcieAddressType) None[source]
# SEARch:TRIGger:PCIE:TLP:ADRT driver.search.trigger.pcie.tlp.addRt.set(search = 'abc', tlp_address_typ = enums.BusPcieAddressType.ANY)
Sets the address type to be searched for in the transaction layer type.