Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimams | |
Tool | bimams |
spwid | The 1-based id of the spectral window (ie, the row number of the window in the SPECTRAL_WINDOWS table) | ||
Allowed: | Integer > = 1 and < = number of spectral windows | ||
name | the name to assign to this window | ||
Allowed: | String |
# construct a bimams tool and assign it to a Glish variable named bms bms := bimams('neptune.ms'); # name window number 3 CS bms.namespw(spwid=3, name='CS'); # The result of the previous command is T if there is no window already # named CS. If there is, the function will fail.