NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIChannel.CountEdgesCountDirectionThresholdVoltage Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.CountEdgesCountDirectionThresholdVoltage Property
Specifies the voltage level applied to the Count Direction terminal. When the signal is above this threshold, the counter counts up. When the signal is below this threshold, the counter counts down.

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

Syntax

public double CountEdgesCountDirectionThresholdVoltage { get; set; }
Public Property CountEdgesCountDirectionThresholdVoltage As Double
	Get
	Set

Property Value

Type: Double
Specifies the voltage level applied to the Count Direction terminal. When the signal is above this threshold, the counter counts up. When the signal is below this threshold, the counter counts down.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience