NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DOChannel.OvercurrentReenablePeriod Property

  • Updated2023-02-21
  • 1 minute(s) read
DOChannel.OvercurrentReenablePeriod Property
Specifies the delay in seconds between the time a channel no longer exceeds the current limit and the reactivation of that channel, if OvercurrentAutoReenable is .

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

Syntax

public double OvercurrentReenablePeriod { get; set; }
Public Property OvercurrentReenablePeriod As Double
	Get
	Set

Property Value

Type: Double
Specifies the delay in seconds between the time a channel no longer exceeds the current limit and the reactivation of that channel, if OvercurrentAutoReenable is .

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience