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

maeGetOverallYield

maeGetOverallYield(
t_historyName
[ t_sessionName ]
)
=> t / nil

Description

Returns the overall yield for the given history.

Arguments

t_historyName

Name of the history.

t_sessionName

Name of the session.

If not specified, the current session is used.

Value Returned

r_yieldInfo

The yield details are displayed for the history results.

nil

The yield details are not displayed.

Examples

Returns the overall yield for the given history.

maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeRunSimulation() => "Run.2" maeGetOverallYield("Run.2") =>(nil Yield 100 PassedPoints 2 ErrorPoints 0 )

Return to top
 ⠀
X