open#

ansys.optislang.core.server_commands.open(path: str, do_force: bool, do_restore: bool, do_reset: bool, password: str | None = None) str#

Generate JSON string of open command.

Parameters:
path: str

path.

do_force: bool

True/False.

do_restore: bool

True/False.

do_reset: bool

True/False.

passwordstr, opt

Password.

Returns:
str

JSON string of open command.