NI-DAQmx .NET Framework 4.0 API Reference

DaqStream.WriteOverloadedChannelsExist Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.WriteOverloadedChannelsExist Property
Indicates if the device(s) detected an overload in any virtual channel in the task. Reading this property clears the overload status for all channels in the task. You must read this property before you read WriteOverloadedChannels. Otherwise, you will receive an error.

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

Syntax

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

Property Value

Type: Boolean
Indicates if the device(s) detected an overload in any virtual channel in the task. Reading this property clears the overload status for all channels in the task. You must read this property before you read WriteOverloadedChannels. Otherwise, you will receive an error.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also