Iqswap
SCPI Command :
[SOURce<HW>]:BB:EVDO:IQSWap:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:EVDO:IQSWap:STATe value: bool = driver.source.bb.evdo.iqswap.get_state()
Inverts the Q-part of the baseband signal
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:EVDO:IQSWap:STATe driver.source.bb.evdo.iqswap.set_state(state = False)
Inverts the Q-part of the baseband signal
- Parameters:
state – 1 | ON | 0| OFF