Qcomponent

SCPI Command :

INPut<ip>:IQ:OSC:SKEW:Q
class QcomponentCls[source]

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

get(inputIx=InputIx.Default) float[source]
# SCPI: INPut<ip>:IQ:OSC:SKEW:Q
value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.get(inputIx = repcap.InputIx.Default)

Compensates for skewed values in the positive Q path, e.g. due to different input cables.

param inputIx

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

return

value: Unit: S

set(value: float, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:OSC:SKEW:Q
driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.set(value = 1.0, inputIx = repcap.InputIx.Default)

Compensates for skewed values in the positive Q path, e.g. due to different input cables.

param value

Unit: S

param inputIx

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.clone()

Subgroups