Select

SCPI Command :

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

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

get() int[source]
# SCPI: [SENSe]:BURSt:SELect
value: int = driver.applications.k9X11Ad.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

count: No help available

set(count: int) None[source]
# SCPI: [SENSe]:BURSt:SELect
driver.applications.k9X11Ad.sense.burst.select.set(count = 1)

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 count

integer

Cloning the Group

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

Subgroups