RFmx GSM DotNET

Table of Contents

RFmxGsmMXPvtResults.FetchSlotMeasurementArray Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxGsmMXPvtResults.FetchSlotMeasurementArray Method

RFmxGsmMXPvtResultsFetchSlotMeasurementArray Method

Fetches the PVT measurement results for each slot.

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

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
)
Public Function FetchSlotMeasurementArray ( 
	selectorString As String,
	timeout As Double,
	ByRef slotAveragePower As Double(),
	ByRef slotBurstWidth As Double(),
	ByRef slotMeasurementStatus As RFmxGsmMXPvtSlotMeasurementStatus(),
	ByRef slotMaximumPower As Double(),
	ByRef slotMinimumPower As Double(),
	ByRef slotBurstThreshold As Double()
) As Integer

Parameters

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).
Example:
""
"result::r1"
You can use the BuildResultString(String) method to build the selector 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  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  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  RFmxGsmMXPvtSlotMeasurementStatus
Indicates an array of PVT measurement statuses for multiple slots.
slotMaximumPower  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  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  Double
Upon return, contains an array of thresholds that the PVT measurement uses to determine the burst validity. This value is expressed in dBm.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience