Iqswap
SCPI Command :
[SOURce<HW>]:BBIN:IQSWap:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BBIN:IQSWap:[STATe] value: bool = driver.source.bbin.iqswap.get_state()
If activated, swaps the I and Q channel.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BBIN:IQSWap:[STATe] driver.source.bbin.iqswap.set_state(state = False)
If activated, swaps the I and Q channel.
- Parameters:
state – 1 | ON | 0| OFF