Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: componentlist.deselect - Function Up: componentlist - Tool Previous: componentlist.done - Function


componentlist.select - Function



Package synthesis
Module componentmodels
Tool componentlist


Mark components in the list


Synopsis
select(which)


Description
The select function is used to mark the specified components as ``selected''. This function will be used in conjunction with the planned graphical user interface. Other functions functions in the componentlist tool will behave no differently if a component is marked as ``selected''.

Components are not selected when the list is initially read from disk or when a new component is added to the list using the simulate function.



Arguments

which A vector of indices
Allowed: Indices must be between 1 and the list length
Default: no default


Returns
nothing


Example
      include 'componentlist.g'
      cl := componentlist('crux.cl');
      cl.select([1,3]);
This example reads a list from disk and then marks the first and third component as selected.



next up previous contents index
Next: componentlist.deselect - Function Up: componentlist - Tool Previous: componentlist.done - 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