Hemac

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:HEMac:BSRSupport
class HemacCls[source]

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

get_bsr_support() bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:HEMac:BSRSupport
value: bool = driver.configure.connection.hemac.get_bsr_support()

Indicates, whether the R&S CMW supports the buffer status report (BSR) .

return:

supported: OFF | ON

set_bsr_support(supported: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:HEMac:BSRSupport
driver.configure.connection.hemac.set_bsr_support(supported = False)

Indicates, whether the R&S CMW supports the buffer status report (BSR) .

param supported:

OFF | ON