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

NameTypeDescription
selectorStringstring

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).
Example:
""
"result::r1"
You can use the BuildResultString(string) method to build the selector string.

timeoutdouble

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.

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

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

slotMeasurementStatusref RFmxGsmMXPvtSlotMeasurementStatus[]

Indicates an array of PVT measurement statuses for multiple slots.

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

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

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