Cestimation
SCPI Command :
[SENSe]:NR5G:DEMod:CESTimation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ChannelEstimation[source]
# [SENSe]:NR5G:DEMod:CESTimation value: enums.ChannelEstimation = driver.applications.k14Xnr5G.sense.nr5G.demod.cestimation.get()
Selects the channel estimation method.
- Returns:
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: ChannelEstimation) None[source]
# [SENSe]:NR5G:DEMod:CESTimation driver.applications.k14Xnr5G.sense.nr5G.demod.cestimation.set(state = enums.ChannelEstimation.LINT)
Selects the channel estimation method.
- Parameters:
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.