Icomponent

SCPI Commands

INPut<InputIx>: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.inputPy.iq.osc.skew.icomponent.get(inputIx = repcap.InputIx.Default)

No command help available

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

return

value: No help available

set(value: float, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:OSC:SKEW:I
driver.inputPy.iq.osc.skew.icomponent.set(value = 1.0, inputIx = repcap.InputIx.Default)

No command help available

param value

No help available

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.inputPy.iq.osc.skew.icomponent.clone()

Subgroups