Cestimation

SCPI Command :

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

Cestimation commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:DEMod:CESTimation
value: bool = driver.applications.k91Wlan.sense.demod.cestimation.get()

Note that this command is maintained for compatibility reasons only. Use [SENSe:]DEMod:CESTimation:RANGe 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.

return

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]
# SCPI: [SENSe]:DEMod:CESTimation
driver.applications.k91Wlan.sense.demod.cestimation.set(state = False)

Note that this command is maintained for compatibility reasons only. Use [SENSe:]DEMod:CESTimation:RANGe 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.

param 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 clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.cestimation.clone()

Subgroups