Tchn

SCPI Command :

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

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

Parameters:

search – ANY | ZERO | ONE | TWO | THREE | FOUR | FIVE | SIX | SEVEN

set(search: str, tlp_tc_number: BusPcieNumber) None[source]
# SEARch:TRIGger:PCIE:TLP:TCHN
driver.search.trigger.pcie.tlp.tchn.set(search = 'abc', tlp_tc_number = enums.BusPcieNumber.ANY)

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