Keysight Pathwave 89600 VSA .NET API
SynchronizationMode Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : SynchronizationMode Property


Glossary Item Box

Gets or sets the SynchronizationMode, which determines what parts of the frame are used for initial synchronization.

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);
}

Requirements

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

See Also