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

maeGetNBestDesignPoints

maeGetNBestDesignPoints(
[ ?count n_designPoints ]
)
=> l_bestDesignPoints / nil

Description

Returns the best design points for the opened results.

Arguments

?count n_designPoints

Number of best design points required.

The default value is 1.

Value Returned

l_bestDesignPoints

The list of best design points is returned.

nil

The list of best design points is not returned.

Examples

Return the three best design points for the results loaded.

; Load the result for history Interactive.1
maeOpenResults(?history "Interactive.1")
maeGetNBestDesignPoints(?count 3)
=>(4 2 7)
>
maeCloseResults()
=> t

Return to top
 ⠀
X