NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.ReadPowerSupplyFaultChannelsExist Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.ReadPowerSupplyFaultChannelsExist Property
Indicates if the device or devices detected a power supply fault condition in any virtual channel in the task. Reading this property clears the power supply fault status for all channels in this task. You must read this property before you read ReadPowerSupplyFaultChannels. Otherwise, you will receive an error.

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

Syntax

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

Property Value

Type: Boolean
Indicates if the device or devices detected a power supply fault condition in any virtual channel in the task. Reading this property clears the power supply fault status for all channels in this task. You must read this property before you read ReadPowerSupplyFaultChannels. Otherwise, you will receive an error.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also