Range

SCPI Command :

[SENSe]:DEMod:CESTimation:RANGe
class RangeCls[source]

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

get() RsFsw.enums.RangeK91[source]
# SCPI: [SENSe]:DEMod:CESTimation:RANGe
value: enums.RangeK91 = driver.applications.k91Wlan.sense.demod.cestimation.range.get()

No command help available

return

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: RsFsw.enums.RangeK91) None[source]
# SCPI: [SENSe]:DEMod:CESTimation:RANGe
driver.applications.k91Wlan.sense.demod.cestimation.range.set(range_py = enums.RangeK91.PFTRacking)

No command help available

param 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’) .