maeGetOverallYield
maeGetOverallYield(t_historyName[t_sessionName]) => t / nil
Description
Returns the overall yield for the given history.
Arguments
Value Returned
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