Keysight Pathwave 89600 VSA .NET API
PulseToPulseAnalysisOffset Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > MeasurementExtension Class : PulseToPulseAnalysisOffset Property


Glossary Item Box

Gets or sets the time offset for pulse-to-pulse analysis, relative to the reference.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property PulseToPulseAnalysisOffset As Double
C# 
public abstract double PulseToPulseAnalysisOffset {get; set;}
C++/CLI 
public:
abstract property double PulseToPulseAnalysisOffset {
   double get();
   void set (    double value);
}

Property Value

The unit seconds. The default value is 0 seconds.

Remarks

This property is used only if IsPulseToPulseSameAsFrequencyPhaseAnalysisPart is false. PulseToPulseAnalysisOffset specifies the time offset relative to PulseToPulseAnalysisReference, for the center of the pulse-to-pulse analysis part of the pulse. The analysis time length is specified by PulseToPulseAnalysisWindowLength.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also