Select
SCPI Command :
[SENSe]:BURSt:SELect
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() int[source]
# [SENSe]:BURSt:SELect value: int = driver.applications.k9X11Ad.sense.burst.select.get()
If single PPDU analysis is enabled (see method
RsFsw.applications.k91Wlan.sense.burst.select.state.set()) , the WLAN 802.11 I/Q results are based on the specified PPDU. If disabled, all detected PPDUs in the current capture buffer are evaluated.
- set(count: int) None[source]
# [SENSe]:BURSt:SELect driver.applications.k9X11Ad.sense.burst.select.set(count = 1)
If single PPDU analysis is enabled (see method
RsFsw.applications.k91Wlan.sense.burst.select.state.set()) , the WLAN 802.11 I/Q results are based on the specified PPDU. If disabled, all detected PPDUs in the current capture buffer are evaluated.- Parameters:
count – integer
Cloning the Group
# Create a copy of the original group, that exists independently
select_copy = driver.applications.k9X11Ad.sense.burst.select.clone()
Subgroups