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


Glossary Item Box

Gets or sets the delay in seconds between the sync trigger and the periodic trigger timer when the sync occurs. The default value is 0 seconds.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PeriodicSyncDelay As Double
C# 
public virtual double PeriodicSyncDelay {get; set;}
C++/CLI 
public:
virtual 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also