Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

aich (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the daq class.

Syntax

data = aich(device, channels)

data = aich(device, channels, limits)

[data, error] = aich(device, channels)

[data, error] = aich(device, channels, limits)

Description

Acquires exactly one sample from each of the given channels of a specified device.

Examples

Inputs

Name Description
device Specifies the device name. device is a string.
channels Specifies the channels from which to acquire samples. channels is a vector of positive integers.
limits Specifies the lowest and highest signal values you expect to acquire. limits is a two-element vector with the following syntax: [lowest, highest]. The default is [-10, 10].

Outputs

Name Description
data Returns the acquired samples from each of the channels. data is a real vector of the same size as channels.
error Returns 0 if the data acquisition task is successful. Otherwise, error returns -1. error is a scalar.

Examples

DEVICE = 'Dev1';
CHANNELS = [0, 1, 2];
LIMITS = [-10, 10];
DATA = aich(DEVICE, CHANNELS, LIMITS)

Related Topics

aiwf
aoch
aowf
dioread
diowrite


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit