Estreaming
SCPI Commands :
[SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe
[SOURce<HW>]:BB:ESEQuencer:ESTReaming:STATus
- Commands in total: 19Subgroups: 3Direct child commands: 2
- get_omode() ExtSeqEthOper[source]
# [SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe value: enums.ExtSeqEthOper = driver.source.bb.esequencer.estreaming.get_omode()
Sets the operation mode.
- Returns:
operation_mode: TOA | INSTant TOA Mode for streaming ODWs with a time-of-arrival timestamp. INSTant Mode for streaming ODWs without a time-of-arrival timestamp.
- get_status() str[source]
# [SOURce<HW>]:BB:ESEQuencer:ESTReaming:STATus value: str = driver.source.bb.esequencer.estreaming.get_status()
Queries the streaming status.
- Returns:
streaming_status: string ‘Configured’ The configuration for I/Q data streaming is completed and ready for streaming. ‘Running’ The streaming of I/Q data is running. ‘Stopped’ The streaming of I/Q data is stopped.
- set_omode(operation_mode: ExtSeqEthOper) None[source]
# [SOURce<HW>]:BB:ESEQuencer:ESTReaming:OMODe driver.source.bb.esequencer.estreaming.set_omode(operation_mode = enums.ExtSeqEthOper.INSTant)
Sets the operation mode.
- Parameters:
operation_mode – TOA | INSTant TOA Mode for streaming ODWs with a time-of-arrival timestamp. INSTant Mode for streaming ODWs without a time-of-arrival timestamp.
Cloning the Group
# Create a copy of the original group, that exists independently
estreaming_copy = driver.source.bb.esequencer.estreaming.clone()
Subgroups