Cestimation
SCPI Command :
[SENSe][:LTE]:DL:DEMod:CESTimation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ChannelEstDl[source]
# [SENSe][:LTE]:DL:DEMod:CESTimation value: enums.ChannelEstDl = driver.applications.k10Xlte.sense.lte.downlink.demod.cestimation.get()
Selects the channel estimation type.
- Returns:
type_py: OFF Turns off channel estimation. PIL Optimal, pilot only PILP Optimal, pilot and payload TGPP 3GPP EVM definition
- set(type_py: ChannelEstDl) None[source]
# [SENSe][:LTE]:DL:DEMod:CESTimation driver.applications.k10Xlte.sense.lte.downlink.demod.cestimation.set(type_py = enums.ChannelEstDl.OFF)
Selects the channel estimation type.
- Parameters:
type_py – OFF Turns off channel estimation. PIL Optimal, pilot only PILP Optimal, pilot and payload TGPP 3GPP EVM definition