Qcomponent

SCPI Command :

INPut:IQ:OSC:SKEW:Q
class QcomponentCls[source]

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

get() float[source]
# SCPI: INPut:IQ:OSC:SKEW:Q
value: float = driver.inputPy.iq.osc.skew.qcomponent.get()

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

return

value: Unit: S

set(value: float) None[source]
# SCPI: INPut:IQ:OSC:SKEW:Q
driver.inputPy.iq.osc.skew.qcomponent.set(value = 1.0)

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

param value

Unit: S

Cloning the Group

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

Subgroups