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


next up previous contents index
Next: table.ok - Function Up: table - Tool Previous: table.getdesc - Function


table.getcoldesc - Function



Package utility
Module table
Tool table


get the description of a specific column


Synopsis
getcoldesc(columnname)


Description
The column description is a Glish record that contains a complete description of the layout of a specified column (except for the number of rows). It can be used to construct a table description.



Arguments

columnname in Name of column
    Allowed: String


Returns
Column description record


Example
  t:=table('tcal')
# successful readonly open of table  tcal :  9 columns, 33 rows
  t.getcoldesc('Gain')
# [valueType=complex, dataManagerType=StandardStMan, dataManagerGroup=StandardStMan, option=5, comment=, ndim=4, shape=[2 2 28 1] ]





next up previous contents index
Next: table.ok - Function Up: table - Tool Previous: table.getdesc - 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