TypePy

SCPI Command :

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

Sets the multi-root type to be searched for, for the data link layer.

Parameters:

search – MRINIT | MRRESET | MRUPDATEFC | MRINITFC1 | MRINITFC2

set(search: str, dllp_mr_type: DllpMrType) None[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:TYPE
driver.search.trigger.pcie.dllp.mult.typePy.set(search = 'abc', dllp_mr_type = enums.DllpMrType.MRINIT)

Sets the multi-root type to be searched for, for the data link layer.