SetOfdmRUOffsetMruIndex(string, int)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 SetOfdmRUOffsetMruIndex(string selectorString, int value)
Remarks
This method sets the value of OfdmRUOffsetMruIndex attribute.The default value is 0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the user number. |
| value | int | Specifies the location of 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.