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


Glossary Item Box

Gets the requested trigger delay, in seconds, relative to the first data sample.

Syntax

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

Remarks

This is the trigger delay, in seconds, relative to the first data sample, that the data consuming Measurement expects in a triggered measurement. A negative value indicates pre-trigger data must be taken by the data source application. The data source application should set up the trigger delay for its data acquisition accordingly. The actual trigger delay is passed back via the TriggerDelay property. Changes to this read-only property may be detected through UserInputChangeRegister.

Requirements

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

See Also