GetUserPowerMean(string, out double)
- Updated2025-04-08
- 1 minute(s) read
Gets the user power. User power is the frequency domain power measured over subcarriers occupied by a given user. This value is expressed in dBm.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetUserPowerMean(string selectorString, out double value)
Remarks
This method gets the value of OfdmModAccResultsUserPowerMean 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 double | Upon return, contains the user power. User power is the frequency domain power measured over subcarriers occupied by a given user. This value is expressed in dBm. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.