Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property RequestedTriggerDelay As Double |
C# | |
---|---|
public abstract double RequestedTriggerDelay {get;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)