Qcomponent

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:LEAKage:Q
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [SOURce]:BB:IMPairment:IQOutput<CH>:LEAKage:Q
value: float = driver.source.bb.impairment.iqOutput.leakage.qcomponent.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 ‘IqOutput’)

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

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

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

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