Sets 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 SetOfdmMcsIndex(string selectorString, int value)

Remarks

This method sets the value of OfdmMcsIndex attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

Specifies the user number.
Example: "user0".
You can use the BuildUserString(string, int) method to build the selector string.

valueint

Specifies 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.