| Data Acquisition Toolbox | Search  Help Desk |
Referencing Analog Input Objects and Channels
To configure an analog input object to perform data acquisition tasks, you must set the appropriate property values. To set common property values, you must reference the analog input object by its MATLAB variable name. To set channel property values, you must reference individual channels by indexing into theChannel property. You can also set property values by:
set command or subscripted assignment.
Copying device objects and channels, and referencing channels by name are described below.