NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.CountEdgesHysteresis Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.CountEdgesHysteresis Property
Specifies a hysteresis level to apply to CountEdgesThresholdVoltage. When CountEdgesActiveEdge is rising, the source signal must first fall below CountEdgesThresholdVoltage minus the hysteresis before a rising edge is detected at CountEdgesThresholdVoltage. When CountEdgesActiveEdge is falling, the source signal must first rise above CountEdgesThresholdVoltage plus the hysteresis before a falling edge is detected at CountEdgesThresholdVoltage.

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

Syntax

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

Property Value

Type: Double
Specifies a hysteresis level to apply to CountEdgesThresholdVoltage. When CountEdgesActiveEdge is rising, the source signal must first fall below CountEdgesThresholdVoltage minus the hysteresis before a rising edge is detected at CountEdgesThresholdVoltage. When CountEdgesActiveEdge is falling, the source signal must first rise above CountEdgesThresholdVoltage plus the hysteresis before a falling edge is detected at CountEdgesThresholdVoltage.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also