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


Glossary Item Box

Gets or sets the delay between when data for a gated trigger should stop based upon the gating criteria (such as a level) and when it actually stops.

Syntax

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

See Also