Cestimation

SCPI Command :

[SENSe]:NR5G:DEMod:CESTimation
class CestimationCls[source]

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

get() RsFsw.enums.ChannelEstimation[source]
# SCPI: [SENSe]:NR5G:DEMod:CESTimation
value: enums.ChannelEstimation = driver.applications.k14Xnr5G.sense.nr5G.demod.cestimation.get()

Selects the channel estimation method.

return

state: LINT Channel estimation by interpolating the missing information. NORMal Channel estimation according to 3GPP. OFF Turns off channel estimation. PILPay Channel estimation by examining both the reference signal and the payload resource elements.

set(state: RsFsw.enums.ChannelEstimation) None[source]
# SCPI: [SENSe]:NR5G:DEMod:CESTimation
driver.applications.k14Xnr5G.sense.nr5G.demod.cestimation.set(state = enums.ChannelEstimation.LINT)

Selects the channel estimation method.

param state

LINT Channel estimation by interpolating the missing information. NORMal Channel estimation according to 3GPP. OFF Turns off channel estimation. PILPay Channel estimation by examining both the reference signal and the payload resource elements.