Mode
SCPI Command :
[SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) RsSmbv.enums.C5GmarkMode [source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:MODE value: enums.C5GmarkMode = driver.source.bb.ofdm.trigger.output.mode.get(output = repcap.Output.Default)
Defines the signal for the selected marker output.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
mark_mode: RESTart
- set(mark_mode: RsSmbv.enums.C5GmarkMode, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:MODE driver.source.bb.ofdm.trigger.output.mode.set(mark_mode = enums.C5GmarkMode.RESTart, output = repcap.Output.Default)
Defines the signal for the selected marker output.
- param mark_mode
RESTart
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)