Data Acquisition Toolbox | ![]() ![]() |
Syntax
Arguments
obj |
A device object or an array of device objects. |
Description
terminates the execution of the device object stop(obj)
obj
.
Remarks
An analog input object automatically stops when the requested samples are acquired or data is missed. An analog output object automatically stops when the queued data is output. These two device objects can also stop executing under one of these conditions:
For analog input objects, stop
must be used when the TriggerRepeat
property or SamplesPerTrigger
property is set to inf
. For analog output objects, stop
must be used when the RepeatOutput
property is set to inf
. When stop
is issued for either of these device objects,
Running
property is set to Off
.
Logging
property or Sending
property is set to Off
.
StopFcn
is executed.
EventLog
property.
For any device object, you can specify stop
as the value for a callback property.
Functions
Properties
EventLog
, Logging
, RepeatOutput
, Running
, SamplesPerTrigger
, Sending
, Timeout
, TriggerRepeat
![]() | start | trigger | ![]() |