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


Glossary Item Box

Gets or sets the time length for pulse-to-pulse analysis.

Syntax

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

Property Value

The unit is seconds. The default value is 0 seconds. The minimum value is zero.

Remarks

This property is used only if IsPulseToPulseSameAsFrequencyPhaseAnalysisPart is false. PulseToPulseAnalysisWindowLength specifies the time length to compare for pulse-to-pulse measurements. PulseToPulseAnalysisOffset specifies the center point of the analysis, as an offset from PulseToPulseAnalysisReference.

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