State
SCPI Command :
[SENSe]:BURSt:COUNt:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:BURSt:COUNt:STATe value: bool = driver.applications.k91Wlan.sense.burst.count.state.get()
If the statistic count is enabled, the specified number of PPDUs is taken into consideration for the statistical evaluation (maximally the number of PPDUs detected in the current capture buffer) . If disabled, all detected PPDUs in the current capture buffer are considered.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:BURSt:COUNt:STATe driver.applications.k91Wlan.sense.burst.count.state.set(state = False)
If the statistic count is enabled, the specified number of PPDUs is taken into consideration for the statistical evaluation (maximally the number of PPDUs detected in the current capture buffer) . If disabled, all detected PPDUs in the current capture buffer are considered.
- Parameters:
state – ON | OFF | 1 | 0