Leakage

SCPI Commands :

[SOURce]:BB:IMPairment:DIGital:LEAKage:I
[SOURce]:BB:IMPairment:DIGital:LEAKage:Q
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_icomponent() float[source]
# [SOURce]:BB:IMPairment:DIGital:LEAKage:I
value: float = driver.source.bb.impairment.digital.leakage.get_icomponent()

Determines the leakage amplitude of the I or Q signal component of the corresponding stream

get_qcomponent() float[source]
# [SOURce]:BB:IMPairment:DIGital:LEAKage:Q
value: float = driver.source.bb.impairment.digital.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]:BB:IMPairment:DIGital:LEAKage:I
driver.source.bb.impairment.digital.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]:BB:IMPairment:DIGital:LEAKage:Q
driver.source.bb.impairment.digital.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