Keysight Pathwave 89600 VSA .NET API
AnalysisBoundaryType Enumeration
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace : AnalysisBoundaryType Enumeration


Glossary Item Box

Specifies the analysis start boundary.

Syntax

Visual Basic (Declaration) 
Public Enum AnalysisBoundaryType 
   Inherits System.Enum
C# 
public enum AnalysisBoundaryType : System.Enum 
C++/CLI 
public enum class AnalysisBoundaryType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
FrameAnalysis begins at a frame boundary.
HalfFrameAnalysis begins at a half-frame boundary.
SlotAnalysis begins at a slot boundary.
SubframeAnalysis begins at a sub-frame boundary.
TwoFramesAnalysis begins at a two-frame boundary.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

This choice along with the MeasurementExtension.ResultLength affects the amount of data acquired.

Requirements

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

See Also