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

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetOfdmFecCodingType(string selectorString, RFmxWlanMXOfdmFecCodingType value)

Remarks

This method sets 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.

valueRFmxWlanMXOfdmFecCodingType

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