Cestimation
SCPI Command :
[SENSe]:DEMod:CESTimation
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() bool[source]
# [SENSe]:DEMod:CESTimation value: bool = driver.applications.k91Wlan.sense.demod.cestimation.get()
Note that this command is maintained for compatibility reasons only. Use method
RsFsw.applications.k91Wlan.sense.demod.cestimation.range.set()for new remote control programs. Defines whether channel estimation uses preamble and payload or only preamble. Channel estimation using both the preamble and the payload improves the EVM measurement results. However, this functionality is not supported by the IEEE 802.11 standard and must be disabled if the results are to be measured strictly according to the standard.- Returns:
state: ON | OFF | 1 | 0 ON | 1 The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. OFF | 0 The channel estimation is performed using the preamble only as required in the standard.
- set(state: bool) None[source]
# [SENSe]:DEMod:CESTimation driver.applications.k91Wlan.sense.demod.cestimation.set(state = False)
Note that this command is maintained for compatibility reasons only. Use method
RsFsw.applications.k91Wlan.sense.demod.cestimation.range.set()for new remote control programs. Defines whether channel estimation uses preamble and payload or only preamble. Channel estimation using both the preamble and the payload improves the EVM measurement results. However, this functionality is not supported by the IEEE 802.11 standard and must be disabled if the results are to be measured strictly according to the standard.- Parameters:
state – ON | OFF | 1 | 0 ON | 1 The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. OFF | 0 The channel estimation is performed using the preamble only as required in the standard.
Cloning the Group
# Create a copy of the original group, that exists independently
cestimation_copy = driver.applications.k91Wlan.sense.demod.cestimation.clone()
Subgroups