Qcomponent

SCPI Command :

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

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [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

param iqConnector

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

return

qpart: No help available

set(qpart: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [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

param qpart

float Range: -10 to 10

param iqConnector

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