Project#
- class ansys.optislang.core.project.Project(osl_server: OslServer, uid: str)#
Provides the class containing the root system and queries related to the loaded project.
Methods
__init__
(osl_server, uid)Initialize an instance of the
Project
class.evaluate_design
(design[, update_design])Evaluate a design.
Get the description of the optiSLang project.
Get the path to the optiSLang project file.
get_name
()Get the name of the optiSLang project.
Get a design with reference values of the parameters.
Get all registered files in the current project.
Get result files.
Get the status of the optiSLang project.
Attributes
Instance of the
CriteriaManager
class at the root system.Instance of the
ParameterManager
class at the root system.Instance of the
ResponseManager
class at the root system.Instance of the
RootSystem
class.Unique ID of the optiSLang project.