NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Watchdog.GetCOExpirationState Method

Watchdog.GetCOExpirationState Method

WatchdogGetCOExpirationState 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 WatchdogCOExpirationState GetCOExpirationState(
	string physicalChannelName
)
Public Function GetCOExpirationState ( 
	physicalChannelName As String
) As WatchdogCOExpirationState

Parameters

physicalChannelName
Type: SystemString
The physical channel name for which to retrieve the setting.

Return Value

Type: WatchdogCOExpirationState
Refer to summary.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?