Inverted

SCPI Commands

INPut<InputIx>:IQ:OSC:SKEW:Q: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:Q:INVerted
value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.inverted.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:Q:INVerted
driver.applications.iqAnalyzer.inputPy.iq.osc.skew.qcomponent.inverted.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’)