NI-DAQ™mx C Reference

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

Get/Set/Reset DO_OutputDriveType

Get/Set/Reset DO_OutputDriveType

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

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

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


Purpose

DAQmxGetDOOutputDriveType gets the Digital Output >> Output Drive Type property.

DAQmxSetDOOutputDriveType sets the Digital Output >> Output Drive Type property.

DAQmxResetDOOutputDriveType resets the Digital Output >> Output Drive Type property.

In This Section
Was this information helpful?