NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

Watchdog.SetAOExpirationState Method

  • Updated2023-02-21
  • 1 minute(s) read
Watchdog.SetAOExpirationState Method
Specifies the state to set 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 void SetAOExpirationState(
	string physicalChannelName,
	double value
)
Public Sub SetAOExpirationState ( 
	physicalChannelName As String,
	value As Double
)

Parameters

physicalChannelName
Type: SystemString
The physical channel name to which to apply value.
value
Type: SystemDouble
The setting to apply to the given physical channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience