Icomponent
SCPI Command :
[SOURce]:BB:IMPairment:FADer<CH>:LEAKage:I
- class IcomponentCls[source]
Icomponent commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(digitalIq=DigitalIq.Default) float [source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:LEAKage:I value: float = driver.source.bb.impairment.fader.leakage.icomponent.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
ipart: No help available
- set(ipart: float, digitalIq=DigitalIq.Default) None [source]
# SCPI: [SOURce]:BB:IMPairment:FADer<CH>:LEAKage:I driver.source.bb.impairment.fader.leakage.icomponent.set(ipart = 1.0, digitalIq = repcap.DigitalIq.Default)
Determines the leakage amplitude of the I or Q signal component of the corresponding stream
- param ipart
float Range: -10 to 10
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)