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

TypeDescription
System.ObjectDisposedException

The TimerEventInterval property was accessed after the associated NIRfsa object was disposed.