Inverted

SCPI Command :

INPut<ip>:IQ:OSC:SKEW:I:INVerted
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) float[source]
# INPut<ip>:IQ:OSC:SKEW:I:INVerted
value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.icomponent.inverted.get(inputPy = repcap.InputPy.Default)

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

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