Level

SCPI Command :

INPut:IQ:FULLscale[:LEVel]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# INPut:IQ:FULLscale[:LEVel]
value: float = driver.applications.k14Xnr5G.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.k10Xlte.inputPy.iq.fullscale.auto.set() ) .

Returns:

peak_voltage: 0.25 V | 0.5 V | 1 V | 2 V Peak voltage level at the connector. Unit: V

set(peak_voltage: float) None[source]
# INPut:IQ:FULLscale[:LEVel]
driver.applications.k14Xnr5G.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.k10Xlte.inputPy.iq.fullscale.auto.set() ) .

Parameters:

peak_voltage – 0.25 V | 0.5 V | 1 V | 2 V Peak voltage level at the connector. Unit: V