Level

SCPI Command :

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

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.

Returns:

level: Unit: V

set(level: float) None[source]
# INPut:IQ:OSC:FULLscale[:LEVel]
driver.inputPy.iq.osc.fullscale.level.set(level = 1.0)

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