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

axlPlotAcrossDesignPoints

axlPlotAcrossDesignPoints( 
t_session
t_testName
t_historyName
t_outputName
t_cornerName 
) 
=> t / nil 

Description

Plots an output across all the design points for a particular corner.

Arguments

t_session

Name of the session.

t_testName

Name of the test.

t_historyName

Name of the history from which results are to be used.

t_outputName

Name of the output to be plotted across corners.

t_cornerName

Name of the corner for which the results are to be plotted.

Value Returned

t

The results are successfully plotted.

nil

The command could not be run.

Examples

The following example plots the output OPT_V across all the design points for corner C0_0:

session = axlGetWindowSession()
=>"session0"
axlPlotAcrossDesignPoints("session" "Tran_sim" "Interactive.0" "OPT_v" "C0_0")
=>t

Related Topics


Return to top
 ⠀
X