Mode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) EutraMarkMode[source]
# [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:MODE
value: enums.EutraMarkMode = driver.source.bb.eutra.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: SUBFram | FRAM | RESTart | PERiod | RATio | FAP | SFNRestart

set(mode: EutraMarkMode, output=Output.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:MODE
driver.source.bb.eutra.trigger.output.mode.set(mode = enums.EutraMarkMode.FAP, output = repcap.Output.Default)

Defines the signal for the selected marker output.

Parameters:
  • mode – SUBFram | FRAM | RESTart | PERiod | RATio | FAP | SFNRestart

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