open#

ansys.optislang.core.tcp.server_commands.open(path: str, do_force: bool, do_restore: bool, do_reset: bool, password: str | None = None, project_properties_file: 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.

passwordOptional[str], optional

Password, by default None.

project_properties_fileOptional[str], optional

Project properties file to import, by default None.

Returns:
str

JSON string of open command.