Cutil

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:HOTSpot:CUTil
class CutilCls[source]

Cutil commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class CutilStruct[source]

Response structure. Fields:

  • Station_Count: int: numeric Number of stations that are currently associated with the BSS Range: 0 to 65535

  • Channel_Utilization: int: numeric Percentage of time, that the access point sensed the primary channel was busy Range: 0 % to 100 %, Unit: %

  • Available_Admission_Capacity: int: numeric Remaining time available via explicit admission control, in units of 32 μs/s Range: 0 to 31250

get() CutilStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:HOTSpot:CUTil
value: CutilStruct = driver.configure.connection.hotspot.cutil.get()

Configures the contents of the BSS load element.

return:

structure: for return value, see the help for CutilStruct structure arguments.

set(station_count: int, channel_utilization: int, available_admission_capacity: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:HOTSpot:CUTil
driver.configure.connection.hotspot.cutil.set(station_count = 1, channel_utilization = 1, available_admission_capacity = 1)

Configures the contents of the BSS load element.

param station_count:

numeric Number of stations that are currently associated with the BSS Range: 0 to 65535

param channel_utilization:

numeric Percentage of time, that the access point sensed the primary channel was busy Range: 0 % to 100 %, Unit: %

param available_admission_capacity:

numeric Remaining time available via explicit admission control, in units of 32 μs/s Range: 0 to 31250