主要内容

maxNumSpaceTimeStreams

Class: wlanRateControl

Return maximum number of space-time streams selectable for specified receiver

Since R2026a

Description

nSTSValue = maxNumSpaceTimeStreams(rateControl,receiverNodeID,transmissionFormat) returns the maximum number of space-time streams (STS) selectable for the specified receiver.

Input Arguments

expand all

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

Node ID of the intended receiver, specified as a positive integer.

Transmission format used for the receiver, specified as "Non-HT", "HT-Mixed", "VHT", "HE-SU", "HE-EXT-SU", "HE-MU", "HE-TB", or "EHT-SU".

Output Arguments

expand all

Maximum number of STS selectable for the specified receiver, returned as an integer.

Attributes

Abstractfalse
Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2026a