State
SCPI Command :
[SENSe]:BURSt:COUNt:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [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.
- param state
ON | OFF | 1 | 0