TimerEventInterval
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the time, in seconds, that the timer counts before generating a timer event.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double TimerEventInterval { get; set; }
Remarks
Specifies a Double representing the time, in seconds, that the timer counts before generating a timer event.
After the timer reaches zero, it automatically restarts.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The TimerEventInterval property was accessed after the associated NIRfsa object was disposed. |