Mode

SCPI Command :

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

set(mode: MarkModeA, output=Output.Default) None[source]
# [SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:MODE
driver.source.bb.lora.trigger.output.mode.set(mode = enums.MarkModeA.FRAMe, output = repcap.Output.Default)

Defines the signal for the selected marker output.

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

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