Leakage

SCPI Commands :

[SOURce<HW>]:IQ:IMPairment:LEAKage:I
[SOURce<HW>]:IQ:IMPairment:LEAKage:Q
class LeakageCls[source]

Leakage commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_icomponent() float[source]
# SCPI: [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

return

ipart: No help available

get_qcomponent() float[source]
# SCPI: [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

return

qpart: No help available

set_icomponent(ipart: float) None[source]
# SCPI: [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

param ipart

float Range: -10 to 10

set_qcomponent(qpart: float) None[source]
# SCPI: [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

param qpart

float Range: -10 to 10