RfsaBasicConfigurationList.TimerEventInterval Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the time, in seconds, that the timer counts before generating a timer event.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double TimerEventInterval { get; set; }
Public Property TimerEventInterval As Double Get Set
Property Value
DoubleSpecifies a Double representing the time, in seconds, that the timer counts before generating a timer event.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The TimerEventInterval property was accessed after the associated NIRfsa object was disposed. |
Remarks
After the timer reaches zero, it automatically restarts.