Mode

SCPI Command :

[SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) GbasMarkMode[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:MODE
value: enums.GbasMarkMode = driver.source.bb.gbas.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 | RESTart | PATTern | RATio | TRIGger | PPS

set(mode: GbasMarkMode, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:OUTPut<CH>:MODE
driver.source.bb.gbas.trigger.output.mode.set(mode = enums.GbasMarkMode.PATTern, output = repcap.Output.Default)

Defines the signal for the selected marker output.

Parameters:
  • mode – PULSe | RESTart | PATTern | RATio | TRIGger | PPS

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