主要内容

bssConfigurationValue

Class: wlanRateControl

Retrieve basic rate set value of specified BSS configuration

Since R2026a

Description

bssValue = bssConfigurationValue(rateControl,bssProperty) returns the value of the basic rate set configured for the basic service set (BSS).

Input Arguments

expand all

Rate control object, specified as an object of a subclass of the wlanRateControl class.

BSS configuration property to retrieve, specified as "BasicRates".

Output Arguments

expand all

Basic rate set value, returned as a row vector of non-high throughput (non-HT) data rates in Mbps supported by the BSS. This vector is a subset of [6 9 12 18 24 36 48 54]. The class represents the non-HT rates [6 9 12 18 24 36 48 54] as the corresponding MCS indices 0–7 during MCS value selection in the selectRateParameters method. If you set the Use6MbpsForControlFrames property of the device or link configuration to true, the system always uses a 6 Mbps data rate for control frames, regardless of the rate control algorithm.

Attributes

Abstractfalse
Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2026a