Visual Basic (Declaration) | |
---|---|
Public MustOverride Property TriggerDelay As Double |
C# | |
---|---|
public abstract double TriggerDelay {get; set;} |
This should be set to the actual trigger delay, in seconds, for each acquisition, if different from RequestedTriggerDelay. This should be quite close to the value of the RequestedTriggerDelay property. It may have a fractional part if sub-sample trigger resolution is implemented by the UserInput Interface user. Internally set to RequestedTriggerDelay every time RequestedTriggerDelay is changed, so the data source application need not set this property if it implements the exact RequestedTriggerDelay.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)