Icomponent

SCPI Command :

INPut:IQ:OSC:SKEW:I
class IcomponentCls[source]

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

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

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

return

value: Unit: S

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

Compensates for skewed values in the positive I 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.icomponent.clone()

Subgroups