NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceCounter Input >> Semi-Period >> Starting EdgeCurrent page
Table of Contents

Counter Input >> Semi-Period >> Starting Edge

Counter Input >> Semi-Period >> Starting Edge

Data Type: int32
Description: Specifies on which edge of the input signal to begin semi-period measurement. Semi-period measurements alternate between high time and low time, starting on this edge.

Valid values

DAQmx_Val_Rising 10280 Rising edge(s).
DAQmx_Val_Falling 10171 Falling edge(s).


You can get/set/reset this property using:
  DAQmxGetCISemiPeriodStartingEdge
  DAQmxSetCISemiPeriodStartingEdge
  DAQmxResetCISemiPeriodStartingEdge

Was this information helpful?