Gets whether to enable 2xLDPC for 802.11bn MU PPDU and 802.11bn TB PPDU signals.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetOfdm2xLdpcEnabled(string selectorString, out RFmxWlanMXOfdm2xLdpcEnabled value)

Remarks

This method gets the value of Ofdm2xLdpcEnabled attribute.The default value is False.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxWlanMXOfdm2xLdpcEnabled

Upon return, contains whether to enable 2xLDPC for 802.11bn MU PPDU and 802.11bn TB PPDU signals.

Returns

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