NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIChannel.CountEdgesThresholdVoltage Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.CountEdgesThresholdVoltage Property
Specifies the voltage level at which to recognize waveform repetitions. Select a voltage level that occurs only once within the entire period of a waveform. You also can select a voltage that occurs only once while the voltage rises or falls.

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

Syntax

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

Property Value

Type: Double
Specifies the voltage level at which to recognize waveform repetitions. Select a voltage level that occurs only once within the entire period of a waveform. You also can select a voltage that occurs only once while the voltage rises or falls.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience