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

maePlotWithPlottingTemplate

maePlotWithPlottingTemplate(
[ ?session t_sessionName ] 
[ ?history t_historyName ] 
[ ?replaceMode t_replaceMode ] 
[ ?name t_templateName ] 

)
=> l_windowsPlotted / nil

Description

Plots the results for the given history using the specified plotting template.

Arguments

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

?history t_historyName

Name of the history for which the results are to be plotted

If not specified, the history saved for the last run is used.

?replaceMode t_replaceMode

Specifies the plotting mode.

  • t: Specifies that the currently open window should be replaced with the plotted template. This is the default.
  • nil: Specifies that the template should open in a new window.

?name t_templateName

Name of the template to be used for plotting.

Value Returned

l_windowsPlotted

A list of windows plotted with the given template is returned.

nil

Indicates an error.

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