NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Watchdog.GetDOExpirationState Method

Watchdog.GetDOExpirationState Method

WatchdogGetDOExpirationState Method

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 WatchdogDOExpirationState GetDOExpirationState(
	string physicalChannelName
)
Public Function GetDOExpirationState ( 
	physicalChannelName As String
) As WatchdogDOExpirationState

Parameters

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

Return Value

Type: WatchdogDOExpirationState
Refer to summary.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?