Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | componentmodels | |
Tool | componentlist |
The component function returns a record, showing the current state
of the specified component in the list.
Modifying the record that is returned by this function does not
modify the component in the list. To do this you must remove the
component from the list, using the
remove function,
and add the modified component using the
add function, or use
the replace object
function. This function will be removed in a future release of
aips++ and you are urged to use the get functions to extract
information about a component.
Extract a component from the list.
Synopsis
component(which, iknow)
Description
Arguments
which
index of which component to extract
Allowed:
integers between 1 and the length of the list
Default:
no default
iknow
Suppress the warning message
Allowed:
Boolean
Default:
F
Returns
A record representing a component.
Next: componentlist.add - Function
Up: componentlist - Tool
Previous: componentlist.convertfrequnit - 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