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


Glossary Item Box

Gets or sets how the analyzer defines synchronization region.

Syntax

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

Property Value

The default value is SynchronizationRegionSelection.Automatic.

Remarks

Restricting the synchronization region by using SynchronizationRegionSelection.Manual can provide faster and more robust measurements when SynchronizationMode.TimeCorrelation is enabled.

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 18.0

See Also