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
Get properties dictionary.
Attributes
Additional settings for the solver node.
Python script code.
Path to the Python file.