Qcomponent
SCPI Command :
INPut<ip>:IQ:OSC:SKEW:Q
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(inputPy=InputPy.Default) float[source]
# INPut<ip>:IQ:OSC:SKEW:Q value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.get(inputPy = repcap.InputPy.Default)
Compensates for skewed values in the positive Q 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:Q driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.set(value = 1.0, inputPy = repcap.InputPy.Default)
Compensates for skewed values in the positive Q 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
qcomponent_copy = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.clone()
Subgroups