GetRUOffsetMruIndex(string, out int)
- Updated2025-04-08
- 1 minute(s) read
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 Table 36-8 to Table 36-15 of IEEE P802.11be/D7.0.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetRUOffsetMruIndex(string selectorString, out int value)
Remarks
This method gets the value of OfdmModAccResultsRUOffsetMruIndex attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name and User number. Example: "User0", "result::r1/User0". You can use the BuildUserString(string, int) method to build the selector string. |
value | out 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 Table 36-8 to Table 36-15 of IEEE P802.11be/D7.0. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.