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