Keysight Pathwave 89600 VSA .NET API
MeasurementSync Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Measurement Class : MeasurementSync Property


Glossary Item Box

Gets or sets a value indicating whether the measurement can trigger sync with another measurement.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MeasurementSync As MeasurementSyncType
C# 
public virtual MeasurementSyncType MeasurementSync {get; set;}
C++/CLI 
public:
virtual property MeasurementSyncType MeasurementSync {
   MeasurementSyncType get();
   void set (    MeasurementSyncType value);
}

Remarks

When multiple independent concurrent measurements are using separate hardware, the trigger output from one measurement's hardware can be connected to other measurement hardware's trigger input to loosely synchronize the measurements.

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 16.00

See Also