RFmx Pulse DotNET

Table of Contents

RFmxPulseMXPulseResults.FetchBurstIntrapulseStabilityTrace Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxPulseMXPulseResults.FetchBurstIntrapulseStabilityTrace Method

RFmxPulseMXPulseResultsFetchBurstIntrapulseStabilityTrace Method

Fetches the burst intrapulse stability trace, averaged across the pulses within a positional average burst, over multiple measurement points.(br/)

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 FetchBurstIntrapulseStabilityTrace(
	string selectorString,
	double timeout,
	ref AnalogWaveform<float> intrapulseAverageAmplitudeStability,
	ref AnalogWaveform<float> intrapulseAveragePhaseStability,
	ref AnalogWaveform<float> intrapulseAverageTotalStability
)
Public Function FetchBurstIntrapulseStabilityTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef intrapulseAverageAmplitudeStability As AnalogWaveform(Of Single),
	ByRef intrapulseAveragePhaseStability As AnalogWaveform(Of Single),
	ByRef intrapulseAverageTotalStability 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.
intrapulseAverageAmplitudeStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse average amplitude stability trace at multiple measurement points. This value is expressed in dB.
intrapulseAveragePhaseStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse average phase stability trace at multiple measurement points. This value is expressed in dB.
intrapulseAverageTotalStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse average total stability trace at multiple measurement points. This value is expressed 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