RFmx Pulse DotNET

Table of Contents

RFmxPulseMXPulseResults.FetchIntrapulseStabilityTrace Method

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

RFmxPulseMXPulseResultsFetchIntrapulseStabilityTrace Method

Fetches the intrapulse stability trace over multiple measurement points, for the selected pulse or position.(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 FetchIntrapulseStabilityTrace(
	string selectorString,
	double timeout,
	ref AnalogWaveform<float> intrapulseAmplitudeStability,
	ref AnalogWaveform<float> intrapulsePhaseStability,
	ref AnalogWaveform<float> intrapulseTotalStability
)
Public Function FetchIntrapulseStabilityTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef intrapulseAmplitudeStability As AnalogWaveform(Of Single),
	ByRef intrapulsePhaseStability As AnalogWaveform(Of Single),
	ByRef intrapulseTotalStability 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.
intrapulseAmplitudeStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse amplitude stability trace at multiple measurement points. This value is expressed in dB.
intrapulsePhaseStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse phase stability trace at multiple measurement points. This value is expressed in dB.
intrapulseTotalStability
Type: NationalInstrumentsAnalogWaveformSingle
Upon return, contains the intrapulse 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