Interval
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the time in seconds before the timer emits an event after the task is started, and the time interval between timer events after the first one.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double Interval { get; set; }
Remarks
Specifies a Double representing the time in seconds before the timer emits an event after the task is started, and the time interval between timer events after the first one.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Interval property was accessed after the associated NIRfsg object was disposed. |