TxArea

SCPI Command :

[SENSe]:DEMod:TXARea
class TxAreaCls[source]

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

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

If enabled, the R&S FSW WLAN application initially performs a coarse burst search on the input signal in which increases in the power vs time trace are detected. Further time-consuming processing is then only performed where bursts are assumed. This improves the measurement speed for signals with low duty cycle rates. However, for signals in which the PPDU power levels differ significantly, this option should be disabled as otherwise some PPDUs may not be detected.

return

state: ON | OFF | 0 | 1 ON | 1 A coarse burst search is performed based on the power levels of the input signal. OFF | 0 No pre-evaluation is performed, the entire signal is processed.

set(state: bool) None[source]
# SCPI: [SENSe]:DEMod:TXARea
driver.applications.k91Wlan.sense.demod.txArea.set(state = False)

If enabled, the R&S FSW WLAN application initially performs a coarse burst search on the input signal in which increases in the power vs time trace are detected. Further time-consuming processing is then only performed where bursts are assumed. This improves the measurement speed for signals with low duty cycle rates. However, for signals in which the PPDU power levels differ significantly, this option should be disabled as otherwise some PPDUs may not be detected.

param state

ON | OFF | 0 | 1 ON | 1 A coarse burst search is performed based on the power levels of the input signal. OFF | 0 No pre-evaluation is performed, the entire signal is processed.