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


Glossary Item Box

Enum values indicating the acquisition mode used for analysis.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
FrameTriggerReduces acquisition length and may fail to synchronize unless a hardware trigger provides data aligned with the start of the Carrier Definition (within +/- 50 us).
NormalAcquires enough data to determine Analysis Start Boundary and handle arbitrary alignment of input data with Carrier Definition.
ReducedReduces acquisition length and may fail to synchronize in cases scenarios like >1 frame SSB periodicity are defined, unless hardware triggering is used.
SlotTriggerReduces acquisition length and may fail to synchronize unless a hardware trigger provides data aligned with the start of the specified slot (within +/- 50 us).26.20
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The analyzer attempts to acquire enough data to satisfy the current measurement configuration. This setting allows reducing acquisition points by adding assumptions about the location of signals within the acquired signal. These assumptions require either occasional synchronization failures, or hardware-based triggering. This choice along with MeasurementExtension.ResultLength, MeasurementExtension.ResultLengthAdditionalSlots, MeasurementExtension.AnalysisStartBoundary and 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 24.00

See Also