Icomponent

SCPI Command :

INPut:IQ:OSC:SKEW:I
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# INPut:IQ:OSC:SKEW:I
value: float = driver.applications.k149Uwb.inputPy.iq.osc.skew.icomponent.get()

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

Returns:

value: Unit: S

set(value: float) None[source]
# INPut:IQ:OSC:SKEW:I
driver.applications.k149Uwb.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.

Parameters:

value – Unit: S

Cloning the Group

# Create a copy of the original group, that exists independently
icomponent_copy = driver.applications.k149Uwb.inputPy.iq.osc.skew.icomponent.clone()

Subgroups