NI-DAQmx .NET Framework 4.0 API Reference

CIFrequencyMeasurementMethod Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
CIFrequencyMeasurementMethod Enumeration
Specifies the method to use to measure the frequency of the signal.

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

Syntax

public enum CIFrequencyMeasurementMethod
Public Enumeration CIFrequencyMeasurementMethod

Members

  Member nameValueDescription
LowFrequencyOneCounter10105Use one counter that uses a constant timebase to measure the input signal.
HighFrequencyTwoCounter10157Use two counters, one of which counts pulses of the signal to measure during the specified measurement time.
LargeRangeTwoCounter10205Use one counter to divide the frequency of the input signal to create a lower-frequency signal that the second counter can more easily measure.
DynamicAveraging16065Uses one counter with configuration options to control the amount of averaging or filtering applied to the counter measurements. Set filtering options to balance measurement accuracy and noise versus latency.

Remarks

Specifies the method to use to measure the frequency of the signal. Use this enumeration to get or set the value of FrequencyMeasurementMethod.

See Also

Log in to get a better experience