Disass

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:ASSociation:DISass
class DisassCls[source]

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

class DisassStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Timeout: int: numeric Range: 1 s to 3600 s

get() DisassStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:ASSociation:DISass
value: DisassStruct = driver.configure.connection.association.disass.get()

Enables or disables automatic STA disassociation, when a STA is no longer present. If enabled, the R&S CMW detects that a STA is absent, it automatically removes its association after some user-specified period of time.

return:

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

set(enable: bool, timeout: int = None) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:ASSociation:DISass
driver.configure.connection.association.disass.set(enable = False, timeout = 1)

Enables or disables automatic STA disassociation, when a STA is no longer present. If enabled, the R&S CMW detects that a STA is absent, it automatically removes its association after some user-specified period of time.

param enable:

OFF | ON

param timeout:

numeric Range: 1 s to 3600 s