NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceGet/Set/Reset CI_AngEncoder_InitialAngleCurrent page
Table of Contents

Get/Set/Reset CI_AngEncoder_InitialAngle

Get/Set/Reset CI_AngEncoder_InitialAngle

int32 __CFUNC DAQmxGetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[], float64 *data);

int32 __CFUNC DAQmxSetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[], float64 data);

int32 __CFUNC DAQmxResetCIAngEncoderInitialAngle(TaskHandle taskHandle, const char channel[]);


Purpose

DAQmxGetCIAngEncoderInitialAngle gets the Counter Input >> Position >> Angular Encoder >> Initial Angle property.

DAQmxSetCIAngEncoderInitialAngle sets the Counter Input >> Position >> Angular Encoder >> Initial Angle property.

DAQmxResetCIAngEncoderInitialAngle resets the Counter Input >> Position >> Angular Encoder >> Initial Angle property.

In This Section
Was this information helpful?