DAQmxSwitchWaitForSettling

NI-DAQmx C Functions

DAQmxSwitchWaitForSettling

int32 DAQmxSwitchWaitForSettling (const char deviceName[]);

Purpose

Waits for the settling time on the device to expire. The device resets this time and begins counting down again when the device performs an operation. This function can return immediately if no operation happened recently.

Parameters

Input
Name Type Description
deviceName const char [] The name of the device, as configured in Measurement & Automation Explorer (MAX), to which this operation applies.

Return Value

Name Type Description
status int32 The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error.