maePlotWithPlottingTemplate
maePlotWithPlottingTemplate( [?sessiont_sessionName] [?historyt_historyName] [?replaceModet_replaceMode] [?namet_templateName] ) =>l_windowsPlotted/nil
Description
Plots 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. |
|
Value Returned
|
A list of windows plotted with the given template is returned. |
|
Examples
Returns a list of templates and use those for plotting for results saved in a history.
maeGetAllPlottingTemplates()
=> (("p2" "Interactive.29" "May 14 12:19:12 2019" "")
("p1" "Interactive.29" "May 14 12:19:58 2019" "test")
)
maePlotWithPlottingTemplate(?history "Interactive.29" ?name "p1") => (window:33)
Return to top