GetOfdmMcsIndex(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the modulation and coding scheme (MCS) index or the data rate when you set the SetOfdmHeaderDecodingEnabled(string, RFmxWlanMXOfdmHeaderDecodingEnabled) method to False .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmMcsIndex(string selectorString, out int value)
Remarks
This method gets the value of OfdmMcsIndex attribute.The default value is 0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the user number. |
| value | out int | Upon return, contains the modulation and coding scheme (MCS) index or the data rate when you set the SetOfdmHeaderDecodingEnabled(string, RFmxWlanMXOfdmHeaderDecodingEnabled) method to False . |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.