general/tplot/
tplot_save.pro
Routines
top source tplot_save
tplot_save, handlenames, filename=filename, limits=limits, compress=compress
PROCEDURE: tplot_save , name ,filename=filename, limits=limits PURPOSE: Store tplot data in a file. INPUT: name: (optional) tplot handle or array of tplot handles to save. If no name is supplied, tplot_save will save all defined tplot handles. KEYWORDS: filename: file name in which to save data. A default suffix of .tplot or .lim will be added to this depending on whether the limits keyword has been set. If not given, the default file name is saved.tplot or saved.lim. limits: will save only limits structures. No data will be saved. SEE ALSO: "STORE_DATA", "GET_DATA", "TPLOT", "TPLOT_RESTORE" CREATED BY: Peter Schroeder LAST MODIFICATION: tplot_save.pro 97/05/14
Parameters
- handlenames
Keywords
- filename
- limits
- compress
File attributes
Modification date: | Thu Feb 13 16:43:16 2014 |
Lines: | 17 |