Data Acquisition Toolbox    
start

Start a device object

Syntax

Arguments

obj
A device object or an array of device objects.

Description

start(obj) initiates the execution of the device object obj.

Remarks

When start is issued for an analog input or analog output object,

Although an analog input or analog output object might be executing, data logging or sending is not necessarily initiated. Data logging or sending requires a trigger event to occur, and depends on the TriggerType property value.

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

If you want to synchronize the input and output of data, or you require more control over when your hardware starts, you should use the ManualTriggerHwOn property.

See Also

Functions

stop, trigger

Properties

EventLog, ManualTriggerHwOn, Running, Sending, TriggerType


  softscope stop