NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogEdgeStartTrigger.Hysteresis Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogEdgeStartTrigger.Hysteresis Property
Specifies a hysteresis level in the units of the measurement or generation. If Slope is Rising, the trigger does not deassert until the source signal passes below Level minus the hysteresis. If Slope is Falling, the trigger does not deassert until the source signal passes above Level plus the hysteresis. Hysteresis is always enabled. Set this property to a non-zero value to use hysteresis.

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

Syntax

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

Property Value

Type: Double
Specifies a hysteresis level in the units of the measurement or generation. If Slope is Rising, the trigger does not deassert until the source signal passes below Level minus the hysteresis. If Slope is Falling, the trigger does not deassert until the source signal passes above Level plus the hysteresis. Hysteresis is always enabled. Set this property to a non-zero value to use hysteresis.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience