Gets the type of forward error correction (FEC) coding used.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetOfdmFecCodingType(string selectorString, out RFmxWlanMXOfdmFecCodingType value)

Remarks

This method gets the value of OfdmFecCodingType attribute.The default value is Ldpc .

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxWlanMXOfdmFecCodingType

Upon return, contains the type of forward error correction (FEC) coding used.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.