maeGetAllPlottingTemplates
maeGetAllPlottingTemplates( [?sessiont_sessionName] ) =>l_templates/nil
Description
Returns a list of all plotting templates saved in the given session.
Arguments
Value 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 "templateName") => (window:33)
Return to top