| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | table |
include "table.g"
vis:=table("3C273XC1.MS", readonly=T);
vistimc:=tablecolumn(vis,"TIME");
vistimc.getcol();
vistimc.done();
| tablecolumn | Construct table column tool |
| arraytype | return the column array type |
| close | close the tablecolumn tool |
| datatype | return the column data type |
| done | end the tablecolumn tool |
| fieldnames | get the names of fields in a keyword in a column |
| getcell | get a specific cell |
| getcellslice | get a slice from a specific cell |
| getcol | get a specific column |
| getcolslice | get a slice from a specific column |
| getdesc | get the description of a specific column |
| getkeyword | get value of specific column keyword |
| getkeywords | get values of all keywords for a column |
| getshapestring | get shape of arrays in a specific column |
| getvarcol | get a specific column (for variable arrays) |
| iscelldefined | test if a specific cell contains a value |
| isscalar | is the specified column scalar? |
| isvar | tell if column contains variable shaped arrays |
| keywordnames | get the names of all keywords in a column |
| makeindex | make a table index tool |
| makeiter | make a table iterator tool |
| name | return the column name |
| nrows | return number of rows |
| putcell | put a specific cell |
| putcellslice | put a slice into a specific cell |
| putcol | put a specific column |
| putcolslice | put a slice into a specific column |
| putkeyword | put a specific keyword for a column |
| putkeywords | put multiple keywords for a column |
| putvarcol | put a specific column (for variable arrays) |
| removekeyword | remove a specific keyword for a column |
| table | return the table tool |