State
SCPI Command :
[SENSe]:BURSt:SELect:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
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 [SENSe:]BURSt:SELect. 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]
# SCPI: [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.
- param 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 [SENSe:]BURSt:SELect. As soon as a new measurement is started, the evaluation range is reset to all PPDUs in the current capture buffer.