Baseband
SCPI Command :
SCONfiguration:BASeband:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_source() SystConfBbConf[source]
# SCONfiguration:BASeband:SOURce value: enums.SystConfBbConf = driver.sconfiguration.baseband.get_source()
Determines whether coupled or separated baseband sources are used.
- Returns:
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]
# SCONfiguration:BASeband:SOURce driver.sconfiguration.baseband.set_source(sour_config = enums.SystConfBbConf.COUPled)
Determines whether coupled or separated baseband sources are used.
- Parameters:
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.