Auto
SCPI Command :
INPut:IQ:FULLscale:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:IQ:FULLscale:AUTO value: bool = driver.applications.k10Xlte.inputPy.iq.fullscale.auto.get()
Defines whether the full scale level (i.e. the maximum input power on the Baseband Input connector) is defined automatically according to the reference level, or manually.
- return
state: ON | 1 Automatic definition OFF | 0 Manual definition according to method RsFsw.Applications.K10x_Lte.InputPy.Iq.Fullscale.Level.set
- set(state: bool) None [source]
# SCPI: INPut:IQ:FULLscale:AUTO driver.applications.k10Xlte.inputPy.iq.fullscale.auto.set(state = False)
Defines whether the full scale level (i.e. the maximum input power on the Baseband Input connector) is defined automatically according to the reference level, or manually.
- param state
ON | 1 Automatic definition OFF | 0 Manual definition according to method RsFsw.Applications.K10x_Lte.InputPy.Iq.Fullscale.Level.set