Mode
SCPI Command :
[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) MarkModeGnss[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:MODE value: enums.MarkModeGnss = driver.source.bb.gnss.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:
mode: PULSe | PATTern | RATio | PPS | PP2S | PPS10
- set(mode: MarkModeGnss, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:MODE driver.source.bb.gnss.trigger.output.mode.set(mode = enums.MarkModeGnss.PATTern, output = repcap.Output.Default)
Defines the signal for the selected marker output.
- Parameters:
mode – PULSe | PATTern | RATio | PPS | PP2S | PPS10
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)