TypePy

SCPI Command :

SEARch:TRIGger:PCIE:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusPcieType[source]
# SEARch:TRIGger:PCIE:TYPE
value: enums.BusPcieType = driver.search.trigger.pcie.typePy.get(search = 'abc')

No help available

Returns:

type_py: TLP | DLLP | ORD | ERR

set(search: str, type_py: BusPcieType) None[source]
# SEARch:TRIGger:PCIE:TYPE
driver.search.trigger.pcie.typePy.set(search = 'abc', type_py = enums.BusPcieType.DLLP)

No help available

Parameters:

type_py – TLP | DLLP | ORD | ERR