Level

SCPI Command :

INPut<ip>:IQ:OSC:FULLscale[:LEVel]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) float[source]
# INPut<ip>:IQ:OSC:FULLscale[:LEVel]
value: float = driver.applications.iqAnalyzer.inputPy.iq.osc.fullscale.level.get(inputPy = repcap.InputPy.Default)

The full scale level defines the maximum power for baseband input possible without clipping the signal. For manual input, this setting corresponds to the setting on the oscilloscope. Thus, possible scaling values of the oscilloscope are allowed.

Parameters:

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

Returns:

level: Unit: V

set(level: float, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:OSC:FULLscale[:LEVel]
driver.applications.iqAnalyzer.inputPy.iq.osc.fullscale.level.set(level = 1.0, inputPy = repcap.InputPy.Default)

The full scale level defines the maximum power for baseband input possible without clipping the signal. For manual input, this setting corresponds to the setting on the oscilloscope. Thus, possible scaling values of the oscilloscope are allowed.

Parameters:
  • level – Unit: V

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