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


Glossary Item Box

Gets or sets the analysis start boundary.

Syntax

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

Property Value

The default value is Frame

Remarks

This property, along with ResultLength, ResultLengthAdditionalSlots, AcquisitionMode, and the settings specified in PrimaryComponentCarrier affect the amount of acquired data required for a measurement.

Requirements

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

See Also