Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 
clear    See Also

Clear device objects from the MATLAB workspace.

Syntax

clear obj

Description

clear obj removes the device object including all associated channels or lines from the MATLAB workspace but not from the data acquisition engine. Therefore, if multiple references to an object exist in the workspace, removing one reference will not invalidate the remaining references. Cleared objects can be restored to the MATLAB workspace with daqfind.

Note:
To remove device objects, channels, or lines from the workspace and the data acquisition engine, delete should be used.

See Also

Functions

daqfind, delete



[ Previous | Help Desk | Next ]