Gets whether contiguous subcarriers form the resource unit (rRU) or non-contiguous subcarriers form the resource unit (dRU).

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetOfdmRUType(string selectorString, out RFmxWlanMXOfdmRUType value)

Remarks

This method gets the value of OfdmRUType attribute.The default value is Rru.

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 RFmxWlanMXOfdmRUType

Upon return, contains whether contiguous subcarriers form the resource unit (rRU) or non-contiguous subcarriers form the resource unit (dRU).

Returns

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