Main Content

stop

Stop background operation

Since R2020a

Syntax

Description

stop(d) stops the DataAcquisition interface background operations, and flushes queued output data. Input data acquired by the operation is not flushed.

Examples

collapse all

Stop DataAcquisition interface operations.

d = daq("ni")
% :
start(d) 
% :
stop(d)

Input Arguments

collapse all

DataAcquisition interface, specified as a DataAcquisition object, created using the daq function.

Example: d = daq()

Version History

Introduced in R2020a

See Also

Functions