Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | ms | |
Tool | ms |
thems | in | Name of the measurement set table to open | |
Allowed: | String | ||
Default: | no default | ||
readonly | in | prevent changes to the measurement set | |
Allowed: | Boolean | ||
Default: | T | ||
lock | in | lock the table for exclusive use by this tool | |
Allowed: | Boolean | ||
Default: | F |
include 'ms.g' myms := ms('3C273XC1.ms') myms.close(); myms.open("anotherms", readonly=F, lock=F)