Estreaming
SCPI Commands :
[SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe
[SOURce<HW>]:BB:ESEQuencer:ESTReaming:STATus
- class EstreamingCls[source]
Estreaming commands group definition. 19 total commands, 3 Subgroups, 2 group commands
- get_omode() ExtSeqEthOper [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe value: enums.ExtSeqEthOper = driver.source.bb.esequencer.estreaming.get_omode()
No command help available
- return:
operation_mode: No help available
- get_status() str [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ESTReaming:STATus value: str = driver.source.bb.esequencer.estreaming.get_status()
No command help available
- return:
streaming_status: No help available
- set_omode(operation_mode: ExtSeqEthOper) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe driver.source.bb.esequencer.estreaming.set_omode(operation_mode = enums.ExtSeqEthOper.INSTant)
No command help available
- param operation_mode:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.estreaming.clone()
Subgroups