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

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetOfdmRUType(string selectorString, RFmxWlanMXOfdmRUType value)

Remarks

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

valueRFmxWlanMXOfdmRUType

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