Gets the location of RU or MRU for a user. If an RU is configured, the RU Offset is in terms of the index of a 26-tone RU, assuming the entire bandwidth is composed of 26-tone RUs. If an MRU is configured, the MRU Index is as defined in the Table 36-8 to Table 36-15 of IEEE P802.11be/D7.0 If a dRU is configured, the RU Offset represents dRU Index as defined in the Table 38-4 to Table 38-6 and the Equation 38-1 of IEEE P802.11bn/D1.0 .

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetOfdmRUOffsetMruIndex(string selectorString, out int value)

Remarks

This method gets the value of OfdmRUOffsetMruIndex attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

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

valueout int

Upon return, contains the location of RU or MRU for a user. If an RU is configured, the RU Offset is in terms of the index of a 26-tone RU, assuming the entire bandwidth is composed of 26-tone RUs. If an MRU is configured, the MRU Index is as defined in the Table 36-8 to Table 36-15 of IEEE P802.11be/D7.0 If a dRU is configured, the RU Offset represents dRU Index as defined in the Table 38-4 to Table 38-6 and the Equation 38-1 of IEEE P802.11bn/D1.0 .

Returns

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