NI-DAQmx .NET Framework 4.0 API Reference

WatchdogDOExpirationState Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
WatchdogDOExpirationState Enumeration
Specifies the state to which to set the digital physical channels when the watchdog task expires. You cannot modify the expiration state of dedicated digital input physical channels.

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

Syntax

public enum WatchdogDOExpirationState
Public Enumeration WatchdogDOExpirationState

Members

  Member nameValueDescription
High10192Logic high.
Low10214Logic low.
Tristate10310High-impedance state. You can select this state only on devices with bidirectional lines. You cannot select this state for dedicated digital output lines. On some devices, you can select this value only for entire ports.
NoChange10160Do not change the state of the lines. On some devices, you can select this value only for entire ports.

Remarks

Specifies the state to which to set the digital physical channels when the watchdog task expires. You cannot modify the expiration state of dedicated digital input physical channels. Use this enumeration to get or set the value of NationalInstruments.DAQmx.Watchdog.DOExpirationState.

See Also

Log in to get a better experience