RFmx LTE DotNET

Table of Contents

RFmxLteMXTxpResults.FetchMeasurement Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxLteMXTxpResults.FetchMeasurement Method

RFmxLteMXTxpResultsFetchMeasurement Method

Fetches the average power and peak power of the the signal over which power measurments are performed.
Use "subblock(n)" as the selector string to read results from this method.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int FetchMeasurement(
	string selectorString,
	double timeout,
	out double averagePowerMean,
	out double peakPowerMaximum
)
Public Function FetchMeasurement ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef averagePowerMean As Double,
	<OutAttribute> ByRef peakPowerMaximum As Double
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the result name, and subblock number. If you do not specify the result name, the default result instance is used. Example:
"subblock0"
"result::r1/subblock0"
You can use the RFmxLTE Build Subblock String method to build the selector string.
timeout
Type: SystemDouble
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.
averagePowerMean
Type: SystemDouble
Upon return, contains the average power of the the signal over which power measurments are performed. This value is expressed in dBm.
peakPowerMaximum
Type: SystemDouble
Upon return, contains the peak power of the the signal over which power measurments are performed. This value is expressed in dBm.

Return Value

Type: 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