Asequencing
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe
- Commands in total: 17Subgroups: 4Direct child commands: 1
- get_omode() ExtSeqAdwMode[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe value: enums.ExtSeqAdwMode = driver.source.bb.esequencer.asequencing.get_omode()
Selects the operation mode.
- Returns:
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: ExtSeqAdwMode) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:OMODe driver.source.bb.esequencer.asequencing.set_omode(operation_mode = enums.ExtSeqAdwMode.DETerministic)
Selects the operation mode.
- Parameters:
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 copy of the original group, that exists independently
asequencing_copy = driver.source.bb.esequencer.asequencing.clone()
Subgroups