NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.OvercurrentDetectEnable Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
AIChannel.OvercurrentDetectEnable Property
Specifies whether to enable overcurrent detection.

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

Syntax

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

Property Value

Type: Boolean
Specifies whether to enable overcurrent detection.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also