AIChannel.FrequencyHysteresis Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelFrequencyHysteresis Property
Specifies in volts a window below FrequencyThresholdVoltage. The input voltage must pass below FrequencyThresholdVoltage minus this value before NI-DAQmx recognizes a waveform repetition at FrequencyThresholdVoltage. Hysteresis can improve the measurement accuracy when the signal contains noise or jitter.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double FrequencyHysteresis { get; set; }
Public Property FrequencyHysteresis As Double Get Set
Property Value
Type: DoubleSpecifies in volts a window below FrequencyThresholdVoltage. The input voltage must pass below FrequencyThresholdVoltage minus this value before NI-DAQmx recognizes a waveform repetition at FrequencyThresholdVoltage. Hysteresis can improve the measurement accuracy when the signal contains noise or jitter.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |