Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | ms | |
Tool | ms |
include 'ms.g' myms := ms('3C273XC1.ms',readonly=F) if (myms.iswritable()) { print "MeasurementSet is writable"; } else { print "MeasurementSet is readonly"; }