ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgTimerEvent.Interval Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgTimerEvent.Interval Property

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: Double
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

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

See Also

Log in to get a better experience