Count
SCPI Command :
FETCh:BURSt:COUNt
- class CountCls[source]
Count commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() int [source]
# SCPI: FETCh:BURSt:COUNt value: int = driver.applications.k91Wlan.fetch.burst.count.get()
Returns the number of analyzed PPDUs from the current capture buffer. If multiple measurements are required because the number of PPDUs to analyze is greater than the number of PPDUs that can be captured in one buffer, this command only returns the number of captured PPDUs in the current capture buffer (as opposed to method RsFsw.Applications.K91_Wlan. Fetch.Burst.Count.All.get_) .
- return
ppdu_count: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.fetch.burst.count.clone()
Subgroups