PythonSolverNodeSettings#

class ansys.optislang.parametric.design_study_templates.PythonSolverNodeSettings(input_file: str | Path | None = None, input_code: str | None = None, additional_settings: dict | None = {})#

Settings specific to Python solver nodes.

Methods

Attributes

PythonSolverNodeSettings.additional_settings

Additional settings for the solver node.

PythonSolverNodeSettings.input_code

Python script code.

PythonSolverNodeSettings.input_file

Path to the Python file.