Acbe

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:EDCA:ACBE
class AcbeCls[source]

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

class AcbeStruct[source]

Response structure. Fields:

  • Aif_Sn: int: integer Arbitration inter-frame space number Range: 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

  • Tx_Op_Lim: int: integer Transmission opportunity limit Range: 0 to 255

get() AcbeStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:EDCA:ACBE
value: AcbeStruct = driver.configure.connection.edca.acbe.get()

Configures the record fields of EDCA parameter set.

return:

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

set(aif_sn: int, ecw_min: int, ecw_max: int, tx_op_lim: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:EDCA:ACBE
driver.configure.connection.edca.acbe.set(aif_sn = 1, ecw_min = 1, ecw_max = 1, tx_op_lim = 1)

Configures the record fields of EDCA parameter set.

param aif_sn:

integer Arbitration inter-frame space number Range: 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 tx_op_lim:

integer Transmission opportunity limit Range: 0 to 255