OBJECTIVE_VALUE

Returns the value of a design objective for a particular analysis.

Format

OBJECTIVE_VALUE (Objective, Analysis)

Arguments

 
Objective
The design objective to be evaluated
Analysis
The analysis for which the objective is to be evaluated

Examples

The following is an illustration of the OBJECTIVE_VALUE function:
var set var=obj_val real=(eval(OBJECTIVE_VALUE(.MODEL_1.OBJECTIVE_1, .MODEL_1.Last_run)))