Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | tasking | |
Tool | scripter |
command | Command(s) to be logged | ||
Allowed: | String | ||
run | Flag to determine if command(s) are run immediately | ||
Allowed: | Boolean | ||
Default: | F |
include 'scripter.g' ds.log('myimager:=imager(\'3C273XC1.ms\')'); ds.log('myimager.setimage(nx=300,ny=300,cellx=\'0.7arcsec\'',celly=\'0.7arcsec\')') ds.log('myimager.clean()');