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


next up previous contents index
Next: tableplot.plotdata - Function Up: tableplot - Tool Previous: tableplot - Constructor


tableplot.settables - Function



Package utility
Module table
Tool tableplot


Specify list of tables to operate on


Synopsis
settables(tabnames)


Description
Specify a list of table names. All plots will operate on these tables.



Arguments

tabnames   List of strings : Table names
    Allowed: Vector of Strings
    Default: no default


Returns
0 if tables are valid, -1 otherwise


Example
# create a tableplot tool and set the list of tables to plot from.
  tp := tableplot();
  tp.settables(tabnames=['3c273.ms','3c48.ms']);





next up previous contents index
Next: tableplot.plotdata - Function Up: tableplot - Tool Previous: tableplot - Constructor   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