Active

SCPI Command :

CONFigure:WLAN:RUConfig:COUNt:ACTive
class ActiveCls[source]

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

get() List[float][source]
# SCPI: CONFigure:WLAN:RUConfig:COUNt:ACTive
value: List[float] = driver.applications.k91Wlan.configure.wlan.ruConfig.count.active.get()

Determines the RUs for which the results are evaluated.

return

active_count: integer Comma-separated list of resource unit numbers from the PPDU configuration table.

set(active_count: List[float]) None[source]
# SCPI: CONFigure:WLAN:RUConfig:COUNt:ACTive
driver.applications.k91Wlan.configure.wlan.ruConfig.count.active.set(active_count = [1.1, 2.2, 3.3])

Determines the RUs for which the results are evaluated.

param active_count

integer Comma-separated list of resource unit numbers from the PPDU configuration table.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.configure.wlan.ruConfig.count.active.clone()

Subgroups