NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.CountEdgesGateHysteresis Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.CountEdgesGateHysteresis Property
Specifies a hysteresis level applied to the CountEdgesGateThresholdVoltage. When CountEdgesGatePauseState is High, the source signal must fall below CountEdgesGateThresholdVoltage minus the hysteresis before the counter resumes counting. When CountEdgesGatePauseState is Low, the source signal must rise above CountEdgesGateThresholdVoltage plus the hysteresis before the counter resumes counting.

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

Syntax

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

Property Value

Type: Double
Specifies a hysteresis level applied to the CountEdgesGateThresholdVoltage. When CountEdgesGatePauseState is High, the source signal must fall below CountEdgesGateThresholdVoltage minus the hysteresis before the counter resumes counting. When CountEdgesGatePauseState is Low, the source signal must rise above CountEdgesGateThresholdVoltage plus the hysteresis before the counter resumes counting.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience