Visual Basic (Declaration) | |
---|---|
Public Enum AnalysisBoundaryType Inherits System.Enum |
C# | |
---|---|
public enum AnalysisBoundaryType : System.Enum |
C++/CLI | |
---|---|
public enum class AnalysisBoundaryType : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Frame | Analysis begins at a frame boundary. | — |
HalfFrame | Analysis begins at a half-frame boundary. | — |
Slot | Analysis begins at a slot boundary. | — |
Subframe | Analysis begins at a sub-frame boundary. | — |
TwoFrames | Analysis begins at a two-frame boundary. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
This choice along with the MeasurementExtension.ResultLength affects the amount of data acquired.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)