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


Glossary Item Box

Defines how independent concurrent measurements are synchronized.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
NoneThis measurement is not using measurement synchronization.
TriggerOutThis measurement is sending the synchronization trigger from the trigger output.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

Multiple independent concurrent measurements can be synchronized using trigger output from a measurement connected to external trigger inputs of other measurements.

Requirements

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

See Also