GetPowerUnit(string, out RFmxWcdmaMXCdaPowerUnit)
- Updated2025-04-08
- 1 minute(s) read
Gets the measurement unit of all power results, except GetTotalPower(string, out double).
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetPowerUnit(string selectorString, out RFmxWcdmaMXCdaPowerUnit value)
Remarks
This method gets the value of CdaPowerUnit attribute.The default value is Q.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxWcdmaMXCdaPowerUnit | Upon return, contains the measurement unit of all power results, except GetTotalPower(string, out double). |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.