Acvi

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:MUEDca:ACVI
class AcviCls[source]

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

class AcviStruct[source]

Response structure. Fields:

  • Aif_Sn: int: integer Arbitration inter-frame space number. Zero disables channel access. Range: 0, 2 to 15

  • Ecw_Min: int: integer Minimal contention window Range: 0 to 15

  • Ecw_Max: int: integer Maximal contention window Range: 0 to 15

  • Timer: int: integer MU EDCA timer Range: 1 to 255 , Unit: 8x TUs (8x 1024 µs)

get() AcviStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:MUEDca:ACVI
value: AcviStruct = driver.configure.connection.muedca.acvi.get()

Configures the record fields of MU EDCA parameter set.

return:

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

set(aif_sn: int, ecw_min: int, ecw_max: int, timer: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:MUEDca:ACVI
driver.configure.connection.muedca.acvi.set(aif_sn = 1, ecw_min = 1, ecw_max = 1, timer = 1)

Configures the record fields of MU EDCA parameter set.

param aif_sn:

integer Arbitration inter-frame space number. Zero disables channel access. Range: 0, 2 to 15

param ecw_min:

integer Minimal contention window Range: 0 to 15

param ecw_max:

integer Maximal contention window Range: 0 to 15

param timer:

integer MU EDCA timer Range: 1 to 255 , Unit: 8x TUs (8x 1024 µs)