Baseband
SCPI Command :
SCONfiguration:BASeband:SOURce
- class BasebandCls[source]
Baseband commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_source() SystConfBbConf [source]
# SCPI: SCONfiguration:BASeband:SOURce value: enums.SystConfBbConf = driver.sconfiguration.baseband.get_source()
Determines whether coupled or separated baseband sources are used.
- return:
sour_config: SEParate| COUPled| CPENtity SEParate Enabled in LxMxN configurations with L <= 2 and M 4 COUPled|CPENtity Enabled in LxMxN configurations with L 2 CPENtity enabled in LxMxN configurations with L 1 and M 1.
- set_source(sour_config: SystConfBbConf) None [source]
# SCPI: SCONfiguration:BASeband:SOURce driver.sconfiguration.baseband.set_source(sour_config = enums.SystConfBbConf.COUPled)
Determines whether coupled or separated baseband sources are used.
- param sour_config:
SEParate| COUPled| CPENtity SEParate Enabled in LxMxN configurations with L <= 2 and M 4 COUPled|CPENtity Enabled in LxMxN configurations with L 2 CPENtity enabled in LxMxN configurations with L 1 and M 1.