Keysight 89600 VSA .NET API
Delay Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceChannel Class : Delay Property


Glossary Item Box

Gets or sets delay (seconds) that is used to deskew channels when playing a downloaded waveform.

Syntax

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

Remarks

This property is used to deskew source channels. The start of waveform playback on the source channel is delayed by the time specified.

The IsSupported("Delay") method can be used to determine whether this property is supported or not with the current Source.SelectedHardware.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also