Swap

SCPI Command :

[SOURce<HW>]:IQ:SWAP:[STATe]
class SwapCls[source]

Swap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:IQ:SWAP:[STATe]
value: bool = driver.source.iq.swap.get_state()

Swaps the I and Q channel.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:SWAP:[STATe]
driver.source.iq.swap.set_state(state = False)

Swaps the I and Q channel.

param state

1| ON| 0| OFF