Icomponent
SCPI Command :
INPut<ip>:IQ:OSC:SKEW:I
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(inputPy=InputPy.Default) float[source]
# INPut<ip>:IQ:OSC:SKEW:I value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.get(inputPy = repcap.InputPy.Default)
Compensates for skewed values in the positive I path, e.g. due to different input cables.
- Parameters:
inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- Returns:
value: Unit: S
- set(value: float, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:OSC:SKEW:I driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.set(value = 1.0, inputPy = repcap.InputPy.Default)
Compensates for skewed values in the positive I path, e.g. due to different input cables.
- Parameters:
value – Unit: S
inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
Cloning the Group
# Create a copy of the original group, that exists independently
icomponent_copy = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.clone()
Subgroups