Swap

SCPI Command :

[SOURce<HW>]:IQ:IMPairment: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:IMPairment:SWAP:[STATe]
value: bool = driver.source.iq.impairment.swap.get_state()

When set to ON, this command swaps the I and Q channel for an external modulation signal.

return:

state: 1| ON| 0| OFF

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

When set to ON, this command swaps the I and Q channel for an external modulation signal.

param state:

1| ON| 0| OFF