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

TypeDescription
System.ObjectDisposedException

The Interval property was accessed after the associated NIRfsg object was disposed.