Cestimation

SCPI Command :

[SENSe][:LTE]:DL:DEMod:CESTimation
class CestimationCls[source]

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

get() RsFsw.enums.ChannelEstDl[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:CESTimation
value: enums.ChannelEstDl = driver.applications.k10Xlte.sense.lte.downlink.demod.cestimation.get()

Selects the channel estimation type.

return

type_py: OFF Turns off channel estimation. PIL Optimal, pilot only PILP Optimal, pilot and payload TGPP 3GPP EVM definition

set(type_py: RsFsw.enums.ChannelEstDl) None[source]
# SCPI: [SENSe][:LTE]:DL:DEMod:CESTimation
driver.applications.k10Xlte.sense.lte.downlink.demod.cestimation.set(type_py = enums.ChannelEstDl.OFF)

Selects the channel estimation type.

param type_py

OFF Turns off channel estimation. PIL Optimal, pilot only PILP Optimal, pilot and payload TGPP 3GPP EVM definition