Level

SCPI Command :

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

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:

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

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

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:
  • level – 0.25 V | 0.5 V | 1 V | 2 V Peak voltage level at the connector. Unit: V

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