stopAcquisition
StopAcquisition is a term used in data acquisition and instrument control to describe the action of halting an ongoing data capture process. It is commonly exposed as a function, method, or command in device firmware and software libraries for hardware such as cameras, oscilloscopes, spectrometers, and laboratory instruments. The primary goal of stopAcquisition is to terminate data collection in a controlled manner, ensuring that resources are properly released and that any in-progress data is handled safely.
In typical usage, stopAcquisition can be invoked after a measurement run completes, in response to a user
Considerations when using stopAcquisition include the need to ensure the system is in a safe state before
See also: data acquisition, acquisition, trigger, buffer management, device API. The exact name and behavior of