Iqswap

SCPI Command :

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

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:C2K:IQSWap:[STATe]
value: bool = driver.source.bb.c2K.iqswap.get_state()

This command inverts the Q-part of the baseband signal if set to ON. The signal on the baseband outputs meets the cdma2000 standard. In order to generate an RF signal that conforms to the standard, the ‘I/Q Swap’ function in the ‘I/Q Modulator’ menu must be enabled (‘On’) (SOURce:IQ:SWAP ON) .

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:IQSWap:[STATe]
driver.source.bb.c2K.iqswap.set_state(state = False)

This command inverts the Q-part of the baseband signal if set to ON. The signal on the baseband outputs meets the cdma2000 standard. In order to generate an RF signal that conforms to the standard, the ‘I/Q Swap’ function in the ‘I/Q Modulator’ menu must be enabled (‘On’) (SOURce:IQ:SWAP ON) .

param state

1| ON| 0| OFF