Icomponent

SCPI Command :

[SOURce]:BB:IMPairment:BBMM<CH>:LEAKage:I
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:LEAKage:I
value: float = driver.source.bb.impairment.bbmm.leakage.icomponent.get(iqConnector = repcap.IqConnector.Default)

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

Parameters:

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

set(ipart: float, iqConnector=IqConnector.Default) None[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:LEAKage:I
driver.source.bb.impairment.bbmm.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

Parameters:
  • ipart – float Range: -10 to 10

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)