NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOChannel.OvercurrentAutoReenable Property

DOChannel.OvercurrentAutoReenable Property

DOChannelOvercurrentAutoReenable Property

Specifies whether to automatically reenable channels after they no longer exceed the current limit specified by OvercurrentLimit.

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

Syntax

public bool OvercurrentAutoReenable { get; set; }
Public Property OvercurrentAutoReenable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to automatically reenable channels after they no longer exceed the current limit specified by OvercurrentLimit.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?