Qcomponent

SCPI Command :

[SOURce]:BB:IMPairment:FADer<CH>:LEAKage:Q
class QcomponentCls[source]

Qcomponent commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(digitalIq=DigitalIq.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:LEAKage:Q
value: float = driver.source.bb.impairment.fader.leakage.qcomponent.get(digitalIq = repcap.DigitalIq.Default)

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

param digitalIq

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)

return

qpart: No help available

set(qpart: float, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:LEAKage:Q
driver.source.bb.impairment.fader.leakage.qcomponent.set(qpart = 1.0, digitalIq = repcap.DigitalIq.Default)

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

param qpart

float Range: -10 to 10

param digitalIq

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)