Select

SCPI Command :

[SENSe]:BURSt:SELect
class SelectCls[source]

Select commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:BURSt:SELect
value: float = driver.applications.k91Wlan.sense.burst.select.get()

If single PPDU analysis is enabled (see [SENSe:]BURSt:SELect:STATe) , 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.

return

value: integer

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

If single PPDU analysis is enabled (see [SENSe:]BURSt:SELect:STATe) , 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.

param value

integer

Cloning the Group

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

Subgroups