Level

SCPI Command :

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

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

get() float[source]
# SCPI: INPut:IQ:FULLscale[:LEVel]
value: float = driver.inputPy.iq.fullscale.level.get()

Defines the peak voltage at the Baseband Input connector if the full scale level is set to manual mode (see method RsFsw. Applications.K10x_Lte.InputPy.Iq.Fullscale.Auto.set) .

return

peak_voltage: 0.25 V | 0.5 V | 1 V | 2 V Peak voltage level at the connector. For probes, the possible full scale values are adapted according to the probe’s attenuation and maximum allowed power. Unit: V

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

Defines the peak voltage at the Baseband Input connector if the full scale level is set to manual mode (see method RsFsw. Applications.K10x_Lte.InputPy.Iq.Fullscale.Auto.set) .

param peak_voltage

0.25 V | 0.5 V | 1 V | 2 V Peak voltage level at the connector. For probes, the possible full scale values are adapted according to the probe’s attenuation and maximum allowed power. Unit: V