NI-DAQmx .NET Framework 4.5 API Reference

CIPeriodMeasurementMethod Enumeration

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

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

Syntax

public enum CIPeriodMeasurementMethod
Public Enumeration CIPeriodMeasurementMethod

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 period of the signal. Use this enumeration to get or set the value of PeriodMeasurementMethod.

See Also

Log in to get a better experience