NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.WriteOpenCurrentLoopChannelsExist Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
DaqStream.WriteOpenCurrentLoopChannelsExist Property
Indicates if the device(s) detected an open current loop for any channel in the task. Reading this property clears the open current loop status for all channels in the task. You must read this property before you read WriteOpenCurrentLoopChannels. Otherwise, you will receive an error.

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

Syntax

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

Property Value

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also