Cfgt

SCPI Command :

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

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

Parameters:

search – ANY | TYPE0 | TYPE1

set(search: str, tlp_cfg_type: BusPcieTlpCfgType) None[source]
# SEARch:TRIGger:PCIE:TLP:CFGT
driver.search.trigger.pcie.tlp.cfgt.set(search = 'abc', tlp_cfg_type = enums.BusPcieTlpCfgType.ANY)

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