Standard
SCPI Command :
TRIGger<*>:CAN:FDATa:STANdard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) BusCanStandard[source]
# TRIGger<*>:CAN:FDATa:STANdard value: enums.BusCanStandard = driver.trigger.can.fdata.standard.get(trigger = repcap.Trigger.Default)
Selects the CAN standard. Use ANY if the standard of the signal is unknown. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(std_sel: BusCanStandard, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:FDATa:STANdard driver.trigger.can.fdata.standard.set(std_sel = enums.BusCanStandard.ANY, trigger = repcap.Trigger.Default)
Selects the CAN standard. Use ANY if the standard of the signal is unknown. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
std_sel – ANY | CAN | CANFd
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)