Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | componentmodels | |
Tool | componentlist |
Use this constructor to construct a componentlist tool that does not
contain any components. Components can be appended to the list using
the simulate function
and the list can be stored in an AIPS++ table by giving it a name
ie., using the rename
function.
Construct an empty componentlist
Synopsis
emptycomponentlist(log)
Description
Arguments
log
Send a message to the logger
Allowed:
Boolean
Default:
T
Returns
A componentlist tool
Example
include 'componentlist.g'
cl := emptycomponentlist();
Next: componentlist - Constructor
Up: componentlist - Tool
Previous: componentlist - Tool
  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