NI-DAQmx .NET Framework 4.5 API Reference

Watchdog.Timeout Property

  • Updated2023-02-21
  • 1 minute(s) read
Watchdog.Timeout Property
Specifies in seconds the amount of time until the watchdog timer expires. A value of -1 means the internal timer never expires. Set this input to -1 if you use an Expiration Trigger to expire the watchdog task.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public double Timeout { get; set; }
Public Property Timeout As Double
	Get
	Set

Property Value

Type: Double
Specifies in seconds the amount of time until the watchdog timer expires. A value of -1 means the internal timer never expires. Set this input to -1 if you use an Expiration Trigger to expire the watchdog task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience