NIRfsa Namespace

Table of Contents

RfsaBasicConfigurationList.TimerEventInterval Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaBasicConfigurationList.TimerEventInterval Property

RfsaBasicConfigurationListTimerEventInterval Property

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

Double
Specifies a Double representing the time, in seconds, that the timer counts before generating a timer event.

Exceptions

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

Remarks

After the timer reaches zero, it automatically restarts.

See Also

Log in to get a better experience