FetchSwitchingResultsArray(string, double, out double, ref double[], ref double[], ref double[], ref double[])
- Updated2025-10-13
- 2 minute(s) read
Fetches the switching carrier power, absolute powers, and relative powers measured at the switching offset frequencies. The relative powers are measured relative to the integrated switching power of the carrier.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int FetchSwitchingResultsArray(string selectorString, double timeout, out double switchingCarrierPower, ref double[] lowerRelativePower, ref double[] upperRelativePower, ref double[] lowerAbsolutePower, ref double[] upperAbsolutePower)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. The default is "" (empty string). |
| timeout | double | Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete. |
| switchingCarrierPower | out double | Upon return, contains the switching carrier power. This value is expressed in dBm. |
| lowerRelativePower | ref double[] | Upon return, contains an array of relative powers measured at the negative switching offset frequencies. This value is expressed in dB. The relative powers are measured relative to the integrated switching power of the carrier. |
| upperRelativePower | ref double[] | Upon return, contains an array of relative powers measured at the positive switching offset frequencies. This value is expressed in dB. The relative powers are measured relative to the integrated switching power of the carrier. |
| lowerAbsolutePower | ref double[] | Upon return, contains an array of absolute powers measured at the negative switching offset frequencies. This value is expressed in dBm. |
| upperAbsolutePower | ref double[] | Upon return, contains an array of absolute powers measured at the positive switching offset frequencies. 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.