Level

SCPI Command :

INPut<ip>:IQ:FULLscale[:LEVel]
class LevelCls[source]

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

get(inputIx=InputIx.Default) float[source]
# SCPI: INPut<ip>:IQ:FULLscale[:LEVel]
value: float = driver.applications.iqAnalyzer.inputPy.iq.fullscale.level.get(inputIx = repcap.InputIx.Default)

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 inputIx

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

return

level: No help available

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

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 level

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

param inputIx

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