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

NameTypeDescription
selectorStringstring

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.

valueout 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.