Mode
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:TRIGger:[SEQuencer<ST>]:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sequencer=Sequencer.Default, output=Output.Default) ExtSeqMarkMode[source]
# [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.
- Parameters:
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
mode: UNCHanged | STARt | ENTRy | PULSe | PDW | READy | ADW | LINDex | ODW UNCHanged Provides the marker signal defined in the waveform. ENTRy Generates a marker signal when enabled in the loaded list file. The method
RsSmw.source.bb.esequencer.trigger.sequencer.output.duration.set()determines how long the marker signal is high. STARt Generates a marker signal at each sequence start. The methodRsSmw.source.bb.esequencer.trigger.sequencer.output.duration.set()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. ODW Option: R&S SMW-K573 Creates marker signals according to the marker bit field inside the ODW header.
- set(mode: ExtSeqMarkMode, sequencer=Sequencer.Default, output=Output.Default) None[source]
# [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.
- Parameters:
mode – UNCHanged | STARt | ENTRy | PULSe | PDW | READy | ADW | LINDex | ODW UNCHanged Provides the marker signal defined in the waveform. ENTRy Generates a marker signal when enabled in the loaded list file. The method
RsSmw.source.bb.esequencer.trigger.sequencer.output.duration.set()determines how long the marker signal is high. STARt Generates a marker signal at each sequence start. The methodRsSmw.source.bb.esequencer.trigger.sequencer.output.duration.set()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. ODW Option: R&S SMW-K573 Creates marker signals according to the marker bit field inside the ODW header.sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)