save_as#

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

Generate JSON string of save_as 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 save_as command.