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


next up previous contents index
Next: ms.open - Function Up: ms - Tool Previous: ms.nrow - Function


ms.iswritable - Function



Package general
Module ms
Tool ms


Returns True is the underlying Table is writable


Synopsis
iswritable()


Description
This function returns T(rue) if the underlying MeasurementSet Table was opened for writing/update.


Returns
Boolean


Example
      include 'ms.g'
      myms := ms('3C273XC1.ms',readonly=F)
      if (myms.iswritable()) {
        print "MeasurementSet is writable";
      } else {
        print "MeasurementSet is readonly";
      }




next up previous contents index
Next: ms.open - Function Up: ms - Tool Previous: ms.nrow - 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-08-01