Auto
SCPI Command :
[SENSe][:LTE]:DL:DEMod:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe][:LTE]:DL:DEMod:AUTO value: bool = driver.applications.k10Xlte.sense.lte.downlink.demod.auto.get()
Turns automatic demodulation on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe][:LTE]:DL:DEMod:AUTO driver.applications.k10Xlte.sense.lte.downlink.demod.auto.set(state = False)
Turns automatic demodulation on and off.
- param state
ON | OFF | 1 | 0