Count

SCPI Command :

[SENSe]:BURSt:COUNt
class CountCls[source]

Count commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:BURSt:COUNt
value: float = driver.applications.k91Wlan.sense.burst.count.get()

If the statistic count is enabled (see [SENSe:]BURSt:COUNt:STATe) , 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

value: integer

set(value: float) None[source]
# SCPI: [SENSe]:BURSt:COUNt
driver.applications.k91Wlan.sense.burst.count.set(value = 1.0)

If the statistic count is enabled (see [SENSe:]BURSt:COUNt:STATe) , 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 value

integer

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.burst.count.clone()

Subgroups