Get/Set/Reset DO_OutputDriveType
- Updated2023-03-16
- 1 minute(s) read
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.