Seq
SCPI Command :
SEARch:TRIGger:PCIE:DLLP:SEQ
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:PCIE:DLLP:SEQ value: int = driver.search.trigger.pcie.dllp.seq.get(search = 'abc')
Sets the sequence field, indicating what TLPs are affected by the ACK/NAK, to be searched for, for the data link layer.
- set(search: str, acknak_seq: int) None[source]
# SEARch:TRIGger:PCIE:DLLP:SEQ driver.search.trigger.pcie.dllp.seq.set(search = 'abc', acknak_seq = 1)
Sets the sequence field, indicating what TLPs are affected by the ACK/NAK, to be searched for, for the data link layer.