Project#
- class ansys.optislang.core.project.Project#
Base class for classes which operate with active project.
Methods
Project.evaluate_design
(design)Evaluate a design.
Get the description of the optiSLang project.
Get the path to the optiSLang project file.
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.
Get the path to the optiSLang project's working directory.
Reset the project.
Project.run_python_file
(file_path[, args])Read a Python script from a file, load it in a project context, and run it.
Project.run_python_script
(script[, args])Load a Python script in a project context and run it.
Project.start
([wait_for_started, ...])Start project execution.
Project.stop
([wait_for_finished])Stop project execution.
Attributes
Instance of the
RootSystem
class.Unique ID of the optiSLang project.