Mode

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:MODE
class ModeCls[source]

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

get(sequencer=Sequencer.Default, output=Output.Default) RsSmw.enums.ExtSeqMarkMode[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:MODE
value: enums.ExtSeqMarkMode = driver.source.bb.esequencer.trigger.sequencer.output.mode.get(sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Defines the signal for the selected marker output.

param sequencer

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

param output

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

return

mode: UNCHanged| STARt| ENTRy| PULSe| PDW| READy| ADW| LINDex UNCHanged Provides the marker signal defined in the waveform. ENTRy Generates a marker signal when enabled in the loaded list file. The [:SOURcehw]:BB:ESEQuencer:TRIGger[:SEQuencerst]:OUTPutch:DURation determines how long the marker signal is high. STARt Generates a marker signal at each sequence start. The [:SOURcehw]:BB:ESEQuencer:TRIGger[:SEQuencerst]:OUTPutch:DURation defines the length of the marker signal. PULSe Creates a marker signal with the same width as the pulse width. PDW Option:R&S SMW-K502: uses the marker signals as defined in the R&S Pulse Sequencer. Option:R&S SMW-K503: creates marker signals according to the marker bit field inside the PDW header. READy Option:R&S SMW-K506: creates marker signals according to the marker bit field inside the ADW header for acknowledgment. Required: [:SOURcehw]:BB:ESEQuencer:MODE ASEQuencing [:SOURcehw]:BB:ESEQuencer:ASEQuencing:OMODe DETerministic This parameter is set per default. ADW Option:R&S SMW-K506: creates marker signals according to the marker bit field inside the ADW header. Required: [:SOURcehw]:BB:ESEQuencer:MODE ASEQuencing [:SOURcehw]:BB:ESEQuencer:ASEQuencing:OMODe INSTant LINDex Option: R&S SMW-K503/-K504 Requires [:SOURcehw]:BB:ESEQuencer:MODE RTCI, [:SOURcehw]:LIST:MODE INDex, [:SOURcehw]:LIST:TRIGger:SOURce EXTernal and [:SOURcehw]:LIST:RMODe LEARned. Creates a marker signal according to the list index in the pulse descriptor word.

set(mode: RsSmw.enums.ExtSeqMarkMode, sequencer=Sequencer.Default, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:MODE
driver.source.bb.esequencer.trigger.sequencer.output.mode.set(mode = enums.ExtSeqMarkMode.ADW, sequencer = repcap.Sequencer.Default, output = repcap.Output.Default)

Defines the signal for the selected marker output.

param mode

UNCHanged| STARt| ENTRy| PULSe| PDW| READy| ADW| LINDex UNCHanged Provides the marker signal defined in the waveform. ENTRy Generates a marker signal when enabled in the loaded list file. The [:SOURcehw]:BB:ESEQuencer:TRIGger[:SEQuencerst]:OUTPutch:DURation determines how long the marker signal is high. STARt Generates a marker signal at each sequence start. The [:SOURcehw]:BB:ESEQuencer:TRIGger[:SEQuencerst]:OUTPutch:DURation defines the length of the marker signal. PULSe Creates a marker signal with the same width as the pulse width. PDW Option:R&S SMW-K502: uses the marker signals as defined in the R&S Pulse Sequencer. Option:R&S SMW-K503: creates marker signals according to the marker bit field inside the PDW header. READy Option:R&S SMW-K506: creates marker signals according to the marker bit field inside the ADW header for acknowledgment. Required: [:SOURcehw]:BB:ESEQuencer:MODE ASEQuencing [:SOURcehw]:BB:ESEQuencer:ASEQuencing:OMODe DETerministic This parameter is set per default. ADW Option:R&S SMW-K506: creates marker signals according to the marker bit field inside the ADW header. Required: [:SOURcehw]:BB:ESEQuencer:MODE ASEQuencing [:SOURcehw]:BB:ESEQuencer:ASEQuencing:OMODe INSTant LINDex Option: R&S SMW-K503/-K504 Requires [:SOURcehw]:BB:ESEQuencer:MODE RTCI, [:SOURcehw]:LIST:MODE INDex, [:SOURcehw]:LIST:TRIGger:SOURce EXTernal and [:SOURcehw]:LIST:RMODe LEARned. Creates a marker signal according to the list index in the pulse descriptor word.

param sequencer

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

param output

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