Icomponent

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:LEAKage:I
class IcomponentCls[source]

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:LEAKage:I
value: float = driver.source.bb.impairment.iqOutput.leakage.icomponent.get(iqConnector = repcap.IqConnector.Default)

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

param iqConnector

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

return

ipart: No help available

set(ipart: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:LEAKage:I
driver.source.bb.impairment.iqOutput.leakage.icomponent.set(ipart = 1.0, iqConnector = repcap.IqConnector.Default)

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

param ipart

float Range: -10 to 10

param iqConnector

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