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


Glossary Item Box

Gets or sets the minimum trigger delay, in seconds, the data source application is capable of configuring.

Syntax

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

Remarks

Typically this is a negative (pre-trigger) number. This defaults to 0.

Requirements

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

See Also