Range

SCPI Command :

[SENSe]:DEMod:CESTimation:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() RangeK91[source]
# [SENSe]:DEMod:CESTimation:RANGe
value: enums.RangeK91 = driver.applications.k91Wlan.sense.demod.cestimation.range.get()

No help available

Returns:

range_py: PRE1t | PRE2t | PFTRacking | PUTRacking PRE1t The channel estimation is performed using the preamble of the HE/EHT-LTF as required in the standard. PRE2t The channel estimation is performed using the preamble of both training fields. PFTRacking The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. (Note: this setting corresponds to the [SENSe:]DEMod:CESTimation 1 command in previous firmware versions.) PUTRacking The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. The user-defined tracking settings are applied to the payload symbols used for payload channel estimation (see ‘Tracking and channel estimation’) .

set(range_py: RangeK91) None[source]
# [SENSe]:DEMod:CESTimation:RANGe
driver.applications.k91Wlan.sense.demod.cestimation.range.set(range_py = enums.RangeK91.PFTRacking)

No help available

Parameters:

range_py – PRE1t | PRE2t | PFTRacking | PUTRacking PRE1t The channel estimation is performed using the preamble of the HE/EHT-LTF as required in the standard. PRE2t The channel estimation is performed using the preamble of both training fields. PFTRacking The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. (Note: this setting corresponds to the [SENSe:]DEMod:CESTimation 1 command in previous firmware versions.) PUTRacking The channel estimation is performed using the preamble and the payload. The EVM results can be calculated more accurately. The user-defined tracking settings are applied to the payload symbols used for payload channel estimation (see ‘Tracking and channel estimation’) .