At
SCPI Command :
SEARch:TRIGger:PCIE:TLP:AT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieTlpAtType[source]
# SEARch:TRIGger:PCIE:TLP:AT value: enums.BusPcieTlpAtType = driver.search.trigger.pcie.tlp.at.get(search = 'abc')
No help available
- set(search: str, tlp_at_type: BusPcieTlpAtType) None[source]
# SEARch:TRIGger:PCIE:TLP:AT driver.search.trigger.pcie.tlp.at.set(search = 'abc', tlp_at_type = enums.BusPcieTlpAtType.ANY)
No help available