Msgr
SCPI Command :
SEARch:TRIGger:PCIE:TLP:MSGR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusPcieTlpMsgRouting[source]
# SEARch:TRIGger:PCIE:TLP:MSGR value: enums.BusPcieTlpMsgRouting = driver.search.trigger.pcie.tlp.msgr.get(search = 'abc')
Sets the message routing type to be searched for in the transaction layer type.
- Parameters:
search – DEVICEID = DEViceid
- set(search: str, tlp_msg_routing: BusPcieTlpMsgRouting) None[source]
# SEARch:TRIGger:PCIE:TLP:MSGR driver.search.trigger.pcie.tlp.msgr.set(search = 'abc', tlp_msg_routing = enums.BusPcieTlpMsgRouting.ADDRESS)
Sets the message routing type to be searched for in the transaction layer type.