Mode

SCPI Command :

[SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) GsmMarkMode[source]
# [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.

Parameters:

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

Returns:

mode: SDEF | FRAMe | SLOT | PULSe | PATTern | RATio SDEF As defined in slots The marker defined in the burst editor is used.

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

Parameters:
  • mode – SDEF | FRAMe | SLOT | PULSe | PATTern | RATio SDEF As defined in slots The marker defined in the burst editor is used.

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