State
SCPI Command :
[SENSe]:BURSt:SELect:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:BURSt:SELect:STATe value: bool = driver.applications.k9X11Ad.sense.burst.select.state.get()
Defines the evaluation basis for result displays. Note that this setting is only applicable after a measurement has been performed.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 All detected PPDUs in the current capture buffer are evaluated. ON | 1 The WLAN 802.11 I/Q results are based on one individual PPDU only, namely the defined using method
RsFsw.applications.k91Wlan.sense.burst.select.set(). As soon as a new measurement is started, the evaluation range is reset to all PPDUs in the current capture buffer.
- set(state: bool) None[source]
# [SENSe]:BURSt:SELect:STATe driver.applications.k9X11Ad.sense.burst.select.state.set(state = False)
Defines the evaluation basis for result displays. Note that this setting is only applicable after a measurement has been performed.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 All detected PPDUs in the current capture buffer are evaluated. ON | 1 The WLAN 802.11 I/Q results are based on one individual PPDU only, namely the defined using method
RsFsw.applications.k91Wlan.sense.burst.select.set(). As soon as a new measurement is started, the evaluation range is reset to all PPDUs in the current capture buffer.