CIChannel.FrequencyHysteresis Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelFrequencyHysteresis Property
Specifies a hysteresis level to apply to FrequencyThresholdVoltage. When FrequencyStartingEdge is rising, the source signal must first fall below FrequencyThresholdVoltage minus the hysteresis before a rising edge is detected at FrequencyThresholdVoltage. When FrequencyStartingEdge is falling, the source signal must first rise above FrequencyThresholdVoltage plus the hysteresis before a falling edge is detected at FrequencyThresholdVoltage.
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 a hysteresis level to apply to FrequencyThresholdVoltage. When FrequencyStartingEdge is rising, the source signal must first fall below FrequencyThresholdVoltage minus the hysteresis before a rising edge is detected at FrequencyThresholdVoltage. When FrequencyStartingEdge is falling, the source signal must first rise above FrequencyThresholdVoltage plus the hysteresis before a falling edge is detected at FrequencyThresholdVoltage.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |