NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.PeriodHysteresis Property

CIChannel.PeriodHysteresis Property

CIChannelPeriodHysteresis Property

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

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

Syntax

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

Property Value

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?