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


Glossary Item Box

Enum values indicating 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.26.20
SubframeAnalysis begins at a sub-frame boundary.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The analyzer always attempts to align the measured signal with the start of a frame boundary. This setting modifies the search algorithm used by the analyzer. If Frame is selected, the analyzer assumes an arbitrary trigger location, and will search through a full radio frame for synchronization. If HalfFrame is selected, the analyzer will search through half a radio frame for synchronization. If Subframe is selected, the analyzer will search through one subframe for synchronization. This choice along with MeasurementExtension.ResultLength, MeasurementExtension.ResultLengthAdditionalSlotsand the Carrier Definition affect the amount of data acquired.

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 23.00

See Also