Data Acquisition Toolbox    
peekdata

Preview most recent acquired data

Syntax

Arguments

obj
An analog input object.
samples
The number of samples to preview for each channel contained by obj.
data
An m-by-n matrix where m is the number of samples and n is the number of channels.

Description

data = peekdata(obj,samples) returns the latest number of samples specified by samples to data.

Remarks

More About Using peekdata

Rules for Using peekdata

Example

Create the analog input object ai for a National Instruments board, add eight input channels, and configure ai for a two second acquisition.

After issuing the start function, you can preview the data.

peekdata returns 100 samples to data for all eight channel group members. If 100 samples are not available, then whatever samples are available will be returned and a warning message is issued. The data is not removed from the data acquisition engine.

See Also

Functions

getdata, getsample

Properties

SamplesAvailable


  obj2mfile propinfo