NI-DAQmx .NET Framework 4.5 API Reference

Watchdog.GetDOExpirationState Method

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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