Active

SCPI Command :

CONFigure:WLAN:RUConfig:COUNt:ACTive
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() List[float][source]
# 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. Tip: to select or deselect all RUs at once, use method RsFsw.applications.k91Wlan.configure.wlan.ruConfig.count.active.state.set() .

Returns:

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

set(active_count: List[float]) None[source]
# 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. Tip: to select or deselect all RUs at once, use method RsFsw.applications.k91Wlan.configure.wlan.ruConfig.count.active.state.set() .

Parameters:

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

Cloning the Group

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

Subgroups