Aid

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:AID
class AidCls[source]

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

class AidStruct[source]

Response structure. Fields:

  • Start: int: numeric Range: 1 to 2007

  • Stop: int: numeric Range: 1 to 2007

get() AidStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:AID
value: AidStruct = driver.configure.connection.aid.get()

Specifies the range of IDs to be assigned by the access point to the connected DUTs.

return:

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

set(start: int, stop: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:AID
driver.configure.connection.aid.set(start = 1, stop = 1)

Specifies the range of IDs to be assigned by the access point to the connected DUTs.

param start:

numeric Range: 1 to 2007

param stop:

numeric Range: 1 to 2007