Impairment

SCPI Command :

[SOURce<HW>]:IQ:IMPairment:[STATe]
class ImpairmentCls[source]

Impairment commands group definition. 6 total commands, 4 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:IQ:IMPairment:[STATe]
value: bool = driver.source.iq.impairment.get_state()

Activates/ deactivates the three impairment or correction values LEAKage, QUADrature and IQRatio for the baseband signal prior to input into the I/Q modulator.

return:

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:IMPairment:[STATe]
driver.source.iq.impairment.set_state(state = False)

Activates/ deactivates the three impairment or correction values LEAKage, QUADrature and IQRatio for the baseband signal prior to input into the I/Q modulator.

param state:

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.iq.impairment.clone()

Subgroups