Iqswap

SCPI Command :

[SOURce<HW>]:BBIN:IQSWap:[STATe]
class IqswapCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BBIN:IQSWap:[STATe]
value: bool = driver.source.bbin.iqswap.get_state()

If activated, swaps the I and Q channel.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BBIN:IQSWap:[STATe]
driver.source.bbin.iqswap.set_state(state = False)

If activated, swaps the I and Q channel.

param state

1| ON| 0| OFF