FetchSlotMeasurementArray(string, double, ref double[], ref double[], ref RFmxGsmMXPvtSlotMeasurementStatus[], ref double[], ref double[], ref double[])
- Updated2025-10-13
- 2 minute(s) read
Fetches the PVT measurement results for each slot.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int FetchSlotMeasurementArray(string selectorString, double timeout, ref double[] slotAveragePower, ref double[] slotBurstWidth, ref RFmxGsmMXPvtSlotMeasurementStatus[] slotMeasurementStatus, ref double[] slotMaximumPower, ref double[] slotMinimumPower, ref double[] slotBurstThreshold)
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. |
| slotAveragePower | ref double[] | Upon return, contains an array of mean powers of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm. |
| slotBurstWidth | ref double[] | Upon return, contains an array of burst widths for the slots where the -3 dB transition points occur. This value is expressed in seconds. |
| slotMeasurementStatus | ref RFmxGsmMXPvtSlotMeasurementStatus[] | Indicates an array of PVT measurement statuses for multiple slots. |
| slotMaximumPower | ref double[] | Upon return, contains an array of maximum powers of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm. |
| slotMinimumPower | ref double[] | Upon return, contains an array of minimum powers of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm. |
| slotBurstThreshold | ref double[] | Upon return, contains an array of thresholds that the PVT measurement uses to determine the burst validity. 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.