Iqswap
SCPI Command :
[SOURce<HW>]:BB:EVDO: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:EVDO:IQSWap:STATe value: bool = driver.source.bb.evdo.iqswap.get_state()
Inverts the Q-part of the baseband signal
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:IQSWap:STATe driver.source.bb.evdo.iqswap.set_state(state = False)
Inverts the Q-part of the baseband signal
- param state
1| ON| 0| OFF