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


Glossary Item Box

Gets or sets the delay between the sync trigger and the periodic trigger timer when the sync occurs.

Syntax

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

Requirements

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

See Also