Qcomponent

SCPI Command :

INPut:IQ:OSC:SKEW:Q
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# 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.

Returns:

value: Unit: S

set(value: float) None[source]
# 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.

Parameters:

value – Unit: S

Cloning the Group

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

Subgroups