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


Glossary Item Box

Gets or sets how the analyzer synchronizes to the measured signal.

Syntax

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

Property Value

The default value is SynchronizationMode.TimeCorrelation.

Remarks

For signals with no preamble, SynchronizationMode.TimeCorrelation can be slow, so it is usually better to use SynchronizationMode.CyclicPrefix.

This property value is ignored and SynchronizationMode.TimeCorrelation is used if ModulationScheme is set to ModulationScheme.Fbmc.

Requirements

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

See Also