Preamble

SCPI Command :

[SENSe]:TRACking:PREamble
class PreambleCls[source]

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

get() RsFsw.enums.PreambeTrackMode[source]
# SCPI: [SENSe]:TRACking:PREamble
value: enums.PreambeTrackMode = driver.applications.k91Wlan.sense.tracking.preamble.get()

Defines which results are used for preamble tracking prior to the preamble channel estimation.

return

mode: PAYLoad Payload tracking results are used for preamble tracking prior to the preamble channel estimation VHT (V) HT-LTF Symbols and Payload tracking results are used for preamble tracking prior to the preamble channel estimation.

set(mode: RsFsw.enums.PreambeTrackMode) None[source]
# SCPI: [SENSe]:TRACking:PREamble
driver.applications.k91Wlan.sense.tracking.preamble.set(mode = enums.PreambeTrackMode.PAYLoad)

Defines which results are used for preamble tracking prior to the preamble channel estimation.

param mode

PAYLoad Payload tracking results are used for preamble tracking prior to the preamble channel estimation VHT (V) HT-LTF Symbols and Payload tracking results are used for preamble tracking prior to the preamble channel estimation.