Leakage
SCPI Commands :
[SOURce<HW>]:IQ:IMPairment:LEAKage:I
[SOURce<HW>]:IQ:IMPairment:LEAKage:Q
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_icomponent() float[source]
# [SOURce<HW>]:IQ:IMPairment:LEAKage:I value: float = driver.source.iq.impairment.leakage.get_icomponent()
Determines the leakage amplitude of the I or Q signal component of the corresponding stream
- get_qcomponent() float[source]
# [SOURce<HW>]:IQ:IMPairment:LEAKage:Q value: float = driver.source.iq.impairment.leakage.get_qcomponent()
Determines the leakage amplitude of the I or Q signal component of the corresponding stream
- set_icomponent(ipart: float) None[source]
# [SOURce<HW>]:IQ:IMPairment:LEAKage:I driver.source.iq.impairment.leakage.set_icomponent(ipart = 1.0)
Determines the leakage amplitude of the I or Q signal component of the corresponding stream
- Parameters:
ipart – float Range: -10 to 10
- set_qcomponent(qpart: float) None[source]
# [SOURce<HW>]:IQ:IMPairment:LEAKage:Q driver.source.iq.impairment.leakage.set_qcomponent(qpart = 1.0)
Determines the leakage amplitude of the I or Q signal component of the corresponding stream
- Parameters:
qpart – float Range: -10 to 10