TypePy
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DllpType[source]
# SEARch:TRIGger:PCIE:DLLP:TYPE value: enums.DllpType = driver.search.trigger.pcie.dllp.typePy.get(search = 'abc')
Sets the DLLP t type to be searched for, for the data link layer.
- Parameters:
search – ANY | MRDLLP | ACK | NAK | INITFC1 | INITFC2 | UPDATEFC | PM | VENDOR
- set(search: str, dllp_type: DllpType) None[source]
# SEARch:TRIGger:PCIE:DLLP:TYPE driver.search.trigger.pcie.dllp.typePy.set(search = 'abc', dllp_type = enums.DllpType.ACK)
Sets the DLLP t type to be searched for, for the data link layer.