Data Acquisition Toolbox    
putdata

Queue data in the engine for eventual output

Syntax

Arguments

obj
An analog output object.
data
The data to be queued in the engine.

Description

putdata(obj,data) queues the data specified by data in the engine for eventual output to the analog output subsystem. data must consist of a column of data for each channel contained by obj.

Remarks

More About Queueing Data

More About Outputting Data

Example

Create the analog output object ao for a National Instruments board, add two output channels to it, and generate 10 seconds of data to be output.

Before you can output data, it must be queued in the engine using putdata.

See Also

Functions

putsample

Properties

MaxSamplesQueued, OutputRange, RepeatOutput, SamplesAvailable, SamplesOutput, Timeout, UnitsRange


  propinfo putsample