NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

Watchdog.GetAOExpirationStateType Method

  • Updated2023-02-21
  • 1 minute(s) read
Watchdog.GetAOExpirationStateType Method
Specifies the output type of the analog output physical channels when the watchdog task expires.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public WatchdogAOExpirationStateType GetAOExpirationStateType(
	string physicalChannelName
)
Public Function GetAOExpirationStateType ( 
	physicalChannelName As String
) As WatchdogAOExpirationStateType

Parameters

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

Return Value

Type: WatchdogAOExpirationStateType
Refer to summary.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience