DigitalFrequencyCounter.IsHysteresisEnabled Property
- Updated2023-11-24
- 1 minute(s) read
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: BooleanThe default value is . If , the frequency counter uses hysteresis when measuring.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | IsHysteresisEnabled was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |
Remarks
![]() |
---|
Hysteresis is available only when MeasurementMode is set to parallel. |