Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS: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.MarkModeGnss[source]
# SCPI: [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.

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

mode: PULSe| PATTern| RATio| PPS| PP2S| PPS10

set(mode: RsSmbv.enums.MarkModeGnss, output=Output.Default) None[source]
# SCPI: [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.

param mode

PULSe| PATTern| RATio| PPS| PP2S| PPS10

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)