maeGetNBestDesignPoints
maeGetNBestDesignPoints( [?countn_designPoints] ) =>l_bestDesignPoints/ nil
Description
Returns the best design points for the opened results.
Arguments
Value 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