NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannel.AOPowerAmplifierOvercurrent Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
PhysicalChannel.AOPowerAmplifierOvercurrent Property
Indicates if the channel detected an overcurrent condition.

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

Syntax

public bool AOPowerAmplifierOvercurrent { get; }
Public ReadOnly Property AOPowerAmplifierOvercurrent As Boolean
	Get

Property Value

Type: Boolean
Indicates if the channel detected an overcurrent condition.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also