Count

SCPI Command :

[SENSe]:BURSt:COUNt
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:BURSt:COUNt
value: float = driver.applications.k91Wlan.sense.burst.count.get()

If the statistic count is enabled (see method RsFsw.applications.k91Wlan.sense.burst.count.state.set() ) , 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:

value: integer

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

If the statistic count is enabled (see method RsFsw.applications.k91Wlan.sense.burst.count.state.set() ) , 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:

value – integer

Cloning the Group

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

Subgroups