Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 

Termination

When your data acquisition tasks are complete, the device object(s) should be deleted to free memory and other physical resources. You can use the delete function to delete a device object.

The delete function removes the specified device object from the engine and the MATLAB workspace. If this was the last object accessing the associated hardware, the associated hardware driver and hardware driver adaptor are closed and unloaded. You can only delete an object if it is not running.



[ Previous | Help Desk | Next ]