int32 DAQmxSwitchWaitForSettling (const char deviceName[]);
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.
Input | ||
Name | Type | Description |
---|---|---|
deviceName |
|
The name of the device, as configured in MAX, to which this operation applies. |
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. |