Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | componentmodels | |
Tool | componentlist |
Save the componentlist to disk and reset its state.
Synopsis
close(log)
Description
The close function resets the componentlist to its default state. In
this state it contains no components and is not associated with
any table. This is the same state as a componentlist that has been
newly created using the
emptycomponentlist
constructor.
This function flushes all the components in memory to disk if the
componentlist is associated with a table. The table is then
closed, and the contents of the list deleted.
If the list is not associated with a table its contents are still
deleted and memory used by the list is released.
Arguments
log
Send a message to the logger
Allowed:
Boolean
Default:
T
Returns
nothing
Example
See the example for the
rename function.
Next: componentlist.edit - Function
Up: componentlist - Tool
Previous: componentlist.addcomponent - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15