Bestimation
SCPI Command :
[SENSe][:LTE]:DL:DEMod:BESTimation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe][:LTE]:DL:DEMod:BESTimation value: bool = driver.applications.k10Xlte.sense.lte.downlink.demod.bestimation.get()
Turns boosting estimation on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe][:LTE]:DL:DEMod:BESTimation driver.applications.k10Xlte.sense.lte.downlink.demod.bestimation.set(state = False)
Turns boosting estimation on and off.
- Parameters:
state – ON | OFF | 1 | 0