Vlnr
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:MULT:VLNR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieNumber[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:VLNR value: enums.BusPcieNumber = driver.search.trigger.pcie.dllp.mult.vlnr.get(search = 'abc')
Sets the virtual link (VL) number to be searched for, for the data link layer.
- Parameters:
search – ANY | ZERO | ONE | TWO | THREE | FOUR | FIVE | SIX | SEVEN
- set(search: str, dllp_mrdllp_vl_no: BusPcieNumber) None[source]
# SEARch:TRIGger:PCIE:DLLP:MULT:VLNR driver.search.trigger.pcie.dllp.mult.vlnr.set(search = 'abc', dllp_mrdllp_vl_no = enums.BusPcieNumber.ANY)
Sets the virtual link (VL) number to be searched for, for the data link layer.