NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Watchdog.GetDOExpirationState Method

  • Updated2023-02-21
  • 1 minute(s) read
Watchdog.GetDOExpirationState 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

Log in to get a better experience