BarMethod

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:QOS:BARMethod
class BarMethodCls[source]

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

get(station=Station.Default) BarMethod[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:QOS:BARMethod
value: enums.BarMethod = driver.configure.sta.connection.qos.barMethod.get(station = repcap.Station.Default)

Specifies the method used to request a BlockAck frame from the DUT

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)

return:

method: IMPBar | EXPBar | MUBar Implicit, explicit or multi-user block acknowledgment request

set(method: BarMethod, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:QOS:BARMethod
driver.configure.sta.connection.qos.barMethod.set(method = enums.BarMethod.EXPBar, station = repcap.Station.Default)

Specifies the method used to request a BlockAck frame from the DUT

param method:

IMPBar | EXPBar | MUBar Implicit, explicit or multi-user block acknowledgment request

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)