Impairment
SCPI Command :
[SOURce<HW>]:IQ:IMPairment:[STATe]
- Commands in total: 5Subgroups: 3Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:IQ:IMPairment:[STATe] value: bool = driver.source.iq.impairment.get_state()
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:IQ:IMPairment:[STATe] driver.source.iq.impairment.set_state(state = False)
Activates the impairment or correction values LEAKage, QUADrature and IQRatio for the corresponding stream.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
impairment_copy = driver.source.iq.impairment.clone()
Subgroups