Iqswap
SCPI Command :
[SOURce<HW>]:BB:C2K:IQSWap:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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) .
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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) .
- Parameters:
state – 1 | ON | 0| OFF