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 89600 VSA
Ver 27.00
See Also