Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeGetAllPlottingTemplates

maeGetAllPlottingTemplates(
[ ?session t_sessionName ] 
)
=> l_templates / nil

Description

Returns a list of all plotting templates saved in the given session.

Arguments

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_templates

The list of plotting templates saved in the given session is returned. Each list item contains the template name, history name, time stamp, and a description for the template.

nil

Indicates that there is an error or no plotting template is available.

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
 ⠀
X