Select
SCPI Command :
[SENSe]:BURSt:SELect
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:BURSt:SELect value: float = driver.applications.k91Wlan.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.- Returns:
value: integer
- set(value: float) None[source]
# [SENSe]:BURSt:SELect driver.applications.k91Wlan.sense.burst.select.set(value = 1.0)
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:
value – integer
Cloning the Group
# Create a copy of the original group, that exists independently
select_copy = driver.applications.k91Wlan.sense.burst.select.clone()
Subgroups