| Data Acquisition Toolbox | Search  Help Desk |
| stop | See Also |
Stop the execution of a device object.
Syntax
stop(obj)
Description
stop(obj) terminates the execution of a device object. When stop is issued:
.Running is set to Off.
.Logging or Sending is set to Off.
.StopAction is executed.
SamplesAcquired equals the product of the SamplesPerTrigger and TriggerRepeat properties, or for analog output objects, all samples were sent out.
Timeout value is reached.
stop must be called when TriggerRepeat or SamplesPerTrigger is set to Inf. The stop action is recorded in the EventLog property.
See Also
Functions
start, trigger
Properties
EventLog, Timeout