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


Glossary Item Box

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

Syntax

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

Remarks

Defaults to 0.

Requirements

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

See Also