Get/Set/Reset AI_SampAndHold_Enable

NI-DAQmx C Properties

Get/Set/Reset AI_SampAndHold_Enable

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

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

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

Purpose

DAQmxGetAISampAndHoldEnable gets the Analog Input >> General Properties >> Advanced >> Sample and Hold Enable property.

DAQmxSetAISampAndHoldEnable sets the Analog Input >> General Properties >> Advanced >> Sample and Hold Enable property.

DAQmxResetAISampAndHoldEnable resets the Analog Input >> General Properties >> Advanced >> Sample and Hold Enable property.