Mode

SCPI Command :

[SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) RsSmw.enums.DvbMarkMode[source]
# SCPI: [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.

param output

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

return

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 ‘DVB Standard = DVB-S2/DVB-S2X’, marks the super frame start.

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

param 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 ‘DVB Standard = DVB-S2/DVB-S2X’, marks the super frame start.

param output

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