RfsgTimerEvent.Interval Property
- Updated2024-05-08
- 1 minute(s) read
RfsgTimerEventInterval Property
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double Interval { get; set; }
Public Property Interval As Double Get Set
Property Value
Type: DoubleSpecifies 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
Exception | Condition |
---|---|
ObjectDisposedException | The Interval property was accessed after the associated NIRfsg object was disposed. |