ProxySolverNodeSettings#
- class ansys.optislang.parametric.design_study_templates.ProxySolverNodeSettings(callback: Callable, multi_design_launch_num: int | None = None, additional_settings: dict | None = None, *, auto_save_mode: primitives.AutoSaveMode | str | None = None, max_runtime: float | None = None, read_mode: primitives.ReadMode | str | None = None, starting_delay: float | None = None, stop_after_execution: bool | None = None, path: str | Path | OptislangPath | None = None)#
Settings specific to Proxy solver nodes.
- Attributes:
additional_settingsOptional[dict]Additional free-form settings serialized verbatim.
callbackcallable()A callback function to handle design evaluation results.
Methods
ProxySolverNodeSettings.clear(*names[, ...])Clear assigned values for selected settings or for all settings.
Convert settings to TCP-compatible property dictionary.
Attributes
Additional free-form settings serialized verbatim.
Setting for auto-save mode.
A callback function to handle design evaluation results.
Setting for maximum runtime.
Number of designs to be sent/received in one batch.
Setting for general path.
Setting for read mode.
Setting for starting delay.
Setting for stopping after execution.