RFmx GSM DotNET

Table of Contents

RFmxGsmMXPvtResults.FetchSlotMeasurement Method

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

RFmxGsmMXPvtResultsFetchSlotMeasurement Method

Fetches the measurement results for a single-slot PVT measurement.
Use "slot(n)" as the selector string to read results from this method.

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

Parameters

selectorString  String
Specifies a selector string comprising of the result name, and slot number. If you do not specify the result name, the default result instance is used. The default is "" (empty string).
Example:
"slot0"
"result::r1/slot0"
You can use the BuildSlotString(String, Int32) 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 the mean power of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm.
slotBurstWidth  Double
Upon return, contains the burst width of the slot where the -3 dB transition points occur. This value is expressed in seconds.
slotMeasurementStatus  RFmxGsmMXPvtSlotMeasurementStatus
Indicates the PVT measurement status for a particular slot.
slotMaximumPower  Double
Upon return, contains the maximum power of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm.
slotMinimumPower  Double
Upon return, contains the minimum power of the signal, averaged over corresponding slots of each acquisition. This value is expressed in dBm.
slotBurstThreshold  Double
Upon return, contains the threshold 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