Watchdog.GetDOExpirationState Method
- Updated2023-02-21
- 1 minute(s) read
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: WatchdogDOExpirationStateRefer to summary.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |