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.k9X11Ad.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
count: No help available
- set(count: float) None [source]
# SCPI: [SENSe]:BURSt:COUNt driver.applications.k9X11Ad.sense.burst.count.set(count = 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 count
integer
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k9X11Ad.sense.burst.count.clone()
Subgroups