RFmx Pulse DotNET

Table of Contents

RFmxPulseMXPulseResults.FetchPulseToPulseStabilityTrace Method

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

RFmxPulseMXPulseResultsFetchPulseToPulseStabilityTrace Method

Fetches the pulse to pulse 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 FetchPulseToPulseStabilityTrace(
	string selectorString,
	double timeout,
	ref int[] pulseIndex,
	ref double[] pulseToPulseAmplitudeStability,
	ref double[] pulseToPulsePhaseStability,
	ref double[] pulseToPulseTotalStability
)
Public Function FetchPulseToPulseStabilityTrace ( 
	selectorString As String,
	timeout As Double,
	ByRef pulseIndex As Integer(),
	ByRef pulseToPulseAmplitudeStability As Double(),
	ByRef pulseToPulsePhaseStability As Double(),
	ByRef pulseToPulseTotalStability As Double()
) 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.
pulseIndex
Type: SystemInt32
Upon return, contains the pulse index.
pulseToPulseAmplitudeStability
Type: SystemDouble
Upon return, contains the trace of pulse to pulse amplitude stability, in dB.
pulseToPulsePhaseStability
Type: SystemDouble
Upon return, contains the trace of pulse to pulse phase stability, in dB.
pulseToPulseTotalStability
Type: SystemDouble
Upon return, contains the trace of pulse to pulse total stability, 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