NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Watchdog.SetCOExpirationState Method

Watchdog.SetCOExpirationState Method

WatchdogSetCOExpirationState Method

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 void SetCOExpirationState(
	string physicalChannelName,
	WatchdogCOExpirationState value
)
Public Sub SetCOExpirationState ( 
	physicalChannelName As String,
	value As WatchdogCOExpirationState
)

Parameters

physicalChannelName
Type: SystemString
The physical channel name to which to apply value.
value
Type: NationalInstruments.DAQmxWatchdogCOExpirationState
The setting to apply to the given physical channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?