Mode

SCPI Command :

[SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) DvbMarkMode[source]
# [SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:MODE
value: enums.DvbMarkMode = driver.source.bb.dvb.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 | SFRame | SFRAMe | FRAMe | PULSe | PATTern | RATio | SOSF RESTart Marks the start of every sequence length loop. Restart mode is available only for ETI data source. SFRame Marks the start of every super-frame period. FRAMe Marks the start of every frame. PULSe Generated continuously according to the frequency and frequency divider. PATTern A marker signal according to a bit pattern RATio A regular marker signal that is defined by an on/off ratio SOSF If [:SOURcehw]:BB:DVB:STANdard DVBS | DVBX, marks the super frame start.

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

Defines the signal for the selected marker output.

Parameters:
  • mode – RESTart | SFRame | SFRAMe | FRAMe | PULSe | PATTern | RATio | SOSF RESTart Marks the start of every sequence length loop. Restart mode is available only for ETI data source. SFRame Marks the start of every super-frame period. FRAMe Marks the start of every frame. PULSe Generated continuously according to the frequency and frequency divider. PATTern A marker signal according to a bit pattern RATio A regular marker signal that is defined by an on/off ratio SOSF If [:SOURcehw]:BB:DVB:STANdard DVBS | DVBX, marks the super frame start.

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