NRAO Home > CASA > CASA Toolkit Reference Manual
table.getdminfo - Function

3.2.1 get the info about data managers


Description

This function returns the types and names of the data managers used. For each data manager it also returns the names of the columns served by it. The information is returned as a record containing a subrecord for each data manager. Each subrecord contains the fields TYPE, NAME and COLUMNS.

Arguments





Returns
record

Example

 
 
  tb.open(’3C273XC1.MS’)  
  rec = tb.getdminfo()  
 
Print the output record shows that the table uses 9 storage managers.  

__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search