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


Glossary Item Box

Determines which allocations are used for initial synchronization.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoAll allocations with a known sequence (PN or custom IQ/Real sequence) are used for initial synchronization.
CustomizedThe Allocation.SynchronizationEnabled parameter is used to determine whether an allocation is used for initial synchronization.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also