Data Acquisition Toolbox    
stop

Stop a device object

Syntax

Arguments

obj
A device object or an array of device objects.

Description

stop(obj) terminates the execution of the device object 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,

For any device object, you can specify stop as the value for a callback property.

See Also

Functions

start, trigger

Properties

EventLog, Logging, RepeatOutput, Running, SamplesPerTrigger, Sending, Timeout, TriggerRepeat


  start trigger