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


Glossary Item Box

Gets or sets the trigger delay in seconds.

Syntax

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

Remarks

A negative value is pre-trigger. A positive value is post trigger.

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 27.00

See Also