Waveform

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:ESTReaming:WAVeform:INFO
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_info() List[str][source]
# [SOURce<HW>]:BB:ESEQuencer:ESTReaming:WAVeform:INFO
value: List[str] = driver.source.bb.esequencer.estreaming.waveform.get_info()

Queries information about the current I/Q stream in a comma-separated list. The table below list all parameters that are queried. Parameter / Description

  • Clock / Clock rate in Hz

  • Peak level / RF signal peak level

  • RMS level / RF signal RMS level

  • Request buffer size / Currently required buffer size for I/Q streaming

Cloning the Group

# Create a copy of the original group, that exists independently
waveform_copy = driver.source.bb.esequencer.estreaming.waveform.clone()

Subgroups