NI-DAQmx .NET Framework 4.0 API Reference

DaqStream.CommonModeRangeErrorChannelsExist Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.CommonModeRangeErrorChannelsExist Property
Indicates if the device(s) detected a common mode range violation for any virtual channel in the task. Common mode range violation occurs when the voltage of either the positive terminal or negative terminal to ground are out of range. Reading this property clears the common mode range violation status for all channels in the task. You must read this property before you read CommonModeRangeErrorChannels. Otherwise, you will receive an error.

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

Syntax

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

Property Value

Type: Boolean
Indicates if the device(s) detected a common mode range violation for any virtual channel in the task. Common mode range violation occurs when the voltage of either the positive terminal or negative terminal to ground are out of range. Reading this property clears the common mode range violation status for all channels in the task. You must read this property before you read CommonModeRangeErrorChannels. Otherwise, you will receive an error.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience