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


next up previous contents index
Next: scripter.load - Function Up: scripter - Tool Previous: scripter.log - Function


scripter.save - Function



Package utility
Module tasking
Tool scripter


Save the logged command(s) to a file.


Synopsis
save(filename)


Description
Saves the command(s) in the internal logged commands record to a file.



Arguments

filename   File to save commands
    Allowed: Any valid file name or F
    Default: F


Returns
Bool


Example
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()');
ds.save('imager_scripter.g');





next up previous contents index
Next: scripter.load - Function Up: scripter - Tool Previous: scripter.log - 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-10-15