TypePy

SCPI Command :

SEARch:TRIGger:PCIE:TLP:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusPcieTlpType[source]
# SEARch:TRIGger:PCIE:TLP:TYPE
value: enums.BusPcieTlpType = driver.search.trigger.pcie.tlp.typePy.get(search = 'abc')

Sets the transaction type to be searched for in the transaction layer type.

Parameters:

search – ANY | MEM | IO | CFG | MSG | CPL | FETCH | SWAP | CAS

set(search: str, tlp_type: BusPcieTlpType) None[source]
# SEARch:TRIGger:PCIE:TLP:TYPE
driver.search.trigger.pcie.tlp.typePy.set(search = 'abc', tlp_type = enums.BusPcieTlpType.ANY)

Sets the transaction type to be searched for in the transaction layer type.