The Simulation Scripting environment in detail > Optimization, Design of Experiments
Getting result objects and result properties
getting result objects and result properties
You can get the result object from a study object and store it in a “result” variable by typing:
Copy
result=study.get_result()
You can check whether a result is available by typing:
Copy
result.is_available()
You can get the available properties of a result object by typing:
Copy
result.get_properties()
You can get the value of property “Best_Value” for the result object by typing:
Copy
result.get_property('Best_Value')
Figure 17: Getting results of a study and result properties
Source: https://docs.sw.siemens.com/en-US/doc/254352342/PL20250521841123434.amesim_collection.Scripting/xid1133448 · retrieved 2026-07-17