Vpat
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:VPAT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:PCIE:DLLP:VPAT value: int = driver.search.trigger.pcie.dllp.vpat.get(search = 'abc')
Sets the vendor pattern to be searched for, for the data link layer.
- Parameters:
search – 24-bit pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, vendor_bt_patt: int) None[source]
# SEARch:TRIGger:PCIE:DLLP:VPAT driver.search.trigger.pcie.dllp.vpat.set(search = 'abc', vendor_bt_patt = 1)
Sets the vendor pattern to be searched for, for the data link layer.