GetOfdmRUSize(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the size of the resource unit (RU) or the multiple resource unit (MRU) in terms of number of subcarriers for 802.11ax, 802.11be, and 802.11bn signals.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmRUSize(string selectorString, out int value)
Remarks
This method gets the value of OfdmRUSize attribute.The default value is 26.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the user number. |
| value | out int | Upon return, contains the size of the resource unit (RU) or the multiple resource unit (MRU) in terms of number of subcarriers for 802.11ax, 802.11be, and 802.11bn signals. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.