NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.CountEdgesCountResetHysteresis Property

CIChannel.CountEdgesCountResetHysteresis Property

CIChannelCountEdgesCountResetHysteresis Property

Specifies a hysteresis level applied to CountEdgesCountResetThresholdVoltage. When CountEdgesCountResetActiveEdge is rising, the source signal must first fall below CountEdgesCountResetThresholdVoltage minus the hysteresis before a rising edge is detected at CountEdgesCountResetThresholdVoltage. When CountEdgesCountResetActiveEdge is falling, the source signal must first rise above CountEdgesCountResetThresholdVoltage plus the hysteresis before a falling edge is detected at CountEdgesCountResetThresholdVoltage.

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

Syntax

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

Property Value

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?