NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalFrequencyCounter.IsHysteresisEnabled Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalFrequencyCounter.IsHysteresisEnabled Property

DigitalFrequencyCounterIsHysteresisEnabled Property

Gets or sets a value indicating whether frequency counter measurement hysteresis should be enabled.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public bool IsHysteresisEnabled { get; set; }
Public Property IsHysteresisEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
The default value is . If , the frequency counter uses hysteresis when measuring.

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionIsHysteresisEnabled was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

Remarks

Note Note
Hysteresis is available only when MeasurementMode is set to parallel.

See Also

Log in to get a better experience