Snoo
SCPI Command :
SEARch:TRIGger:PCIE:TLP:SNOO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieSnoop[source]
# SEARch:TRIGger:PCIE:TLP:SNOO value: enums.BusPcieSnoop = driver.search.trigger.pcie.tlp.snoo.get(search = 'abc')
Sets the snoop state to be searched for in the transaction layer type.
- Parameters:
search – ANY | YES | NO
- set(search: str, tlp_snoop: BusPcieSnoop) None[source]
# SEARch:TRIGger:PCIE:TLP:SNOO driver.search.trigger.pcie.tlp.snoo.set(search = 'abc', tlp_snoop = enums.BusPcieSnoop.ANY)
Sets the snoop state to be searched for in the transaction layer type.