Inverted

SCPI Command :

INPut<ip>:IQ:OSC:SKEW:I:INVerted
class InvertedCls[source]

Inverted commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(inputIx=InputIx.Default) float[source]
# SCPI: INPut<ip>:IQ:OSC:SKEW:I:INVerted
value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.inverted.get(inputIx = repcap.InputIx.Default)

Compensates for skewed values in the negative 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:INVerted
driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.inverted.set(value = 1.0, inputIx = repcap.InputIx.Default)

Compensates for skewed values in the negative 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’)