apply_wizard#

ansys.optislang.core.server_commands.apply_wizard(actor_uid: str, type_: str, use_existing_system: bool | None = None, usage_mode: str | None = None, parent_hwnd: str | None = None, password: str | None = None) str#

Generate JSON string of apply_wizzard command.

Parameters:
actor_uid: str

Unique identifying actor of the object.

type_: str

Node or system type, supported values are: [“solver”, “sensitivity”, “optimization”, “robustness”, “reevaluation”].

use_existing_system: bool, opt

True or false.

usage_mode: str, opt

Usage mode, e.g. “EXPERT”.

parent_hwnd: str, opt

Parent hwnd.

passwordstr, opt

Password.

Returns:
str

JSON string of apply_wizzard command.