Cfgt
SCPI Command :
SEARch:TRIGger:PCIE:TLP:CFGT
- Commands in total: 1Subgroups: 0Direct 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.