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