Mode
SCPI Command :
[SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) C5GmarkMode[source]
# [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.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
mark_mode: RESTart
- set(mark_mode: C5GmarkMode, output=Output.Default) None[source]
# [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.
- Parameters:
mark_mode – RESTart
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)