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