show_node_dialog#

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

Generate JSON string of show node dialog command.

Parameters:
actor_uid: str

Actor uid entry.

blocking: bool, opt

True/False.

type_: str, opt

Type, e.g. “help”.

usage_mode: str, opt

Usage mode. e.g. “EXPERT”.

parent_hwnd: str, opt

Parent hwnd.

passwordstr, opt

Password.

Returns:
str

JSON string of show node dialog command.