Mode
SCPI Command :
[SOURce<HW>]:BB:GSM: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.GsmMarkMode [source]
# SCPI: [SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:MODE value: enums.GsmMarkMode = driver.source.bb.gsm.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
mode: SDEF| FRAMe| SLOT| PULSe| PATTern| RATio SDEF As defined in slots The marker defined in the burst editor is used.
- set(mode: RsSmbv.enums.GsmMarkMode, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:MODE driver.source.bb.gsm.trigger.output.mode.set(mode = enums.GsmMarkMode.FRAMe, output = repcap.Output.Default)
Defines the signal for the selected marker output.
- param mode
SDEF| FRAMe| SLOT| PULSe| PATTern| RATio SDEF As defined in slots The marker defined in the burst editor is used.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)