maeSaveImagesUsingPlottingTemplate
maeSaveImagesUsingPlottingTemplate( [?sessiont_sessionName] [?historyt_historyName] [?replaceModet_replaceMode] [?namet_templateName] [?dirt_dirPath] [?saveEachSubwindowSeparatelyt_saveEachSubwindowSeparately] ) =>t/nil
Description
Plots and saves the results for the given history using the specified plotting template.
Arguments
|
Name of the history for which the results are to be plotted If not specified, the history saved for the last run is used. |
|
|
Specifies whether to save each subwindow in a separate image. |
|
Value Returned
Examples
Returns a list of templates and use those for plotting for results saved in a history.
maeGetAllPlottingTemplates()
=> (("p2" "Interactive.28" "May 14 12:19:12 2019" "")
("p1" "Interactive.29" "May 14 12:19:58 2019" "test")
)
Plots the templates and saves the windows as images, for example, window:33.png, in the current project directory.
maeSaveImagesUsingPlottingTemplate(?history "Interactive.29" ?replaceMode nil ?name "p1" ?dir "." ?saveEachSubwindowSeparately t)
=> t
Return to top