NI-DAQ™mx C Reference

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

Get/Set/Reset SampClk_DigSync_Enable

Get/Set/Reset SampClk_DigSync_Enable

int32 __CFUNC DAQmxGetSampClkDigSyncEnable(TaskHandle taskHandle, bool32 *data);

int32 __CFUNC DAQmxSetSampClkDigSyncEnable(TaskHandle taskHandle, bool32 data);

int32 __CFUNC DAQmxResetSampClkDigSyncEnable(TaskHandle taskHandle);


Purpose

DAQmxGetSampClkDigSyncEnable gets the Sample Clock >> Digital Synchronization >> Enable property.

DAQmxSetSampClkDigSyncEnable sets the Sample Clock >> Digital Synchronization >> Enable property.

DAQmxResetSampClkDigSyncEnable resets the Sample Clock >> Digital Synchronization >> Enable property.

In This Section
Was this information helpful?