Cpid
SCPI Command :
SEARch:TRIGger:PCIE:TLP:CPID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:PCIE:TLP:CPID value: int = driver.search.trigger.pcie.tlp.cpid.get(search = 'abc')
Sets the completer ID to be searched for in the transaction layer type.
- Parameters:
search – 16-bit pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, tlp_completer_id: int) None[source]
# SEARch:TRIGger:PCIE:TLP:CPID driver.search.trigger.pcie.tlp.cpid.set(search = 'abc', tlp_completer_id = 1)
Sets the completer ID to be searched for in the transaction layer type.