NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

WatchdogCOExpirationState Enumeration

WatchdogCOExpirationState Enumeration

WatchdogCOExpirationState Enumeration

Specifies the state to set the counter output channel terminal when the watchdog task expires.

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

Syntax

public enum WatchdogCOExpirationState
Public Enumeration WatchdogCOExpirationState

Members

  Member nameValueDescription
Low10214Low logic.
High10192High logic.
NoChange10160Expiration does not affect the state of the counter output. The channels retain their states at the time of the watchdog timer expiration, and no further counter generation runs.

Remarks

Specifies the state to set the counter output channel terminal when the watchdog task expires. Use this enumeration to get or set the value of NationalInstruments.DAQmx.Watchdog.COExpirationState.

See Also

Was this information helpful?