Asequencing

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe
class AsequencingCls[source]

Asequencing commands group definition. 17 total commands, 4 Subgroups, 1 group commands

get_omode() RsSmw.enums.ExtSeqAdwMode[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe
value: enums.ExtSeqAdwMode = driver.source.bb.esequencer.asequencing.get_omode()

Selects the operation mode.

return

operation_mode: INSTant| DETerministic INSTant The generator plays back prestored ARB segments according to the ADW with low latency. DETerministic The generator plays back prestored ARB segments according to the ADW after a ‘ready’ signal is acknowledged and the next ARB segment is triggered.

set_omode(operation_mode: RsSmw.enums.ExtSeqAdwMode) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe
driver.source.bb.esequencer.asequencing.set_omode(operation_mode = enums.ExtSeqAdwMode.DETerministic)

Selects the operation mode.

param operation_mode

INSTant| DETerministic INSTant The generator plays back prestored ARB segments according to the ADW with low latency. DETerministic The generator plays back prestored ARB segments according to the ADW after a ‘ready’ signal is acknowledged and the next ARB segment is triggered.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.asequencing.clone()

Subgroups