Swap
SCPI Command :
[SOURce<HW>]:IQ:SWAP:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:IQ:SWAP:[STATe] value: bool = driver.source.iq.swap.get_state()
Swaps the I and Q channel.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:IQ:SWAP:[STATe] driver.source.iq.swap.set_state(state = False)
Swaps the I and Q channel.
- Parameters:
state – 1 | ON | 0| OFF