RFmx WLAN DotNET

Table of Contents

RFmxWlanMXPowerRampResults.FetchRiseTrace Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxWlanMXPowerRampResults.FetchRiseTrace Method

RFmxWlanMXPowerRampResultsFetchRiseTrace Method

Returns the raw, processed, threshold and power-reference traces at the beginning of a burst.

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

Syntax

public int FetchRiseTrace(
	string selectorString,
	double timeout,
	ref AnalogWaveform<float> rawWaveform,
	ref AnalogWaveform<float> processedWaveform,
	ref AnalogWaveform<float> threshold,
	ref AnalogWaveform<float> powerReference
)
Public Function FetchRiseTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef rawWaveform As AnalogWaveform(Of Single),
	ByRef processedWaveform As AnalogWaveform(Of Single),
	ByRef threshold As AnalogWaveform(Of Single),
	ByRef powerReference As AnalogWaveform(Of Single)
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
""
"result::r1"
You can use the BuildResultString(String) method to build the selector string .
timeout
Type: SystemDouble
Specifies the timeout for fetching the specified measurement. 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. This value is expressed in seconds.
rawWaveform
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the power versus time trace of the acquired waveform at the beginning of the burst.
processedWaveform
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the power versus time trace of the power envelope of the acquired waveform at the beginning of the burst.
threshold
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the threshold trace indicating the 10 percent and the 90 percent power levels.
powerReference
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the power reference trace which indicates the 100% power level, corresponding to the steady state average power level of the initial portion of the burst.

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