Level

SCPI Command :

INPut:IQ:OSC:FULLscale[:LEVel]
class LevelCls[source]

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

get() float[source]
# SCPI: 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.

return

level: Unit: V

set(level: float) None[source]
# SCPI: 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.

param level

Unit: V