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


Glossary Item Box

Gets or sets the period offset of the periodic trigger timer in seconds. This property is only supported when the PeriodicSyncStyle is set to a value of TriggerStyle.Auto. The default value is 0 seconds.

Syntax

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