NI-DAQmx .NET Framework 4.0 API Reference

WatchdogExpirationTrigger.TriggerOnNetworkConnectionLost Property

  • Updated2023-02-21
  • 1 minute(s) read
WatchdogExpirationTrigger.TriggerOnNetworkConnectionLost Property
Specifies the watchdog timer behavior when the network connection is lost between the host and the chassis. If set to true, the watchdog timer expires when the chassis detects the loss of network connection.

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

Syntax

public bool TriggerOnNetworkConnectionLost { get; set; }
Public Property TriggerOnNetworkConnectionLost As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies the watchdog timer behavior when the network connection is lost between the host and the chassis. If set to true, the watchdog timer expires when the chassis detects the loss of network connection.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience