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
Value Returned
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