RFmx Pulse DotNET

Table of Contents

RFmxPulseMXPulseResults.FetchMultipleMeasurementPointsStabilityTrace Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxPulseMXPulseResults.FetchMultipleMeasurementPointsStabilityTrace Method

RFmxPulseMXPulseResultsFetchMultipleMeasurementPointsStabilityTrace Method

Fetches the multiple measurement points stability trace.

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

Syntax

public int FetchMultipleMeasurementPointsStabilityTrace(
	string selectorString,
	double timeout,
	ref AnalogWaveform<float> pulseAverageAmplitudeStability,
	ref AnalogWaveform<float> pulseAveragePhaseStability,
	ref AnalogWaveform<float> pulseAverageTotalStability
)
Public Function FetchMultipleMeasurementPointsStabilityTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef pulseAverageAmplitudeStability As AnalogWaveform(Of Single),
	ByRef pulseAveragePhaseStability As AnalogWaveform(Of Single),
	ByRef pulseAverageTotalStability 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"
timeout
Type: SystemDouble
Specifies the timeout, in seconds, 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.
pulseAverageAmplitudeStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the trace of pulse average amplitude stability for multiple measurement points, in dB.
pulseAveragePhaseStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the trace of pulse average phase stability for multiple measurement points, in dB.
pulseAverageTotalStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the trace of pulse average total stability for multiple measurement points, in dB.

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