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: strpath. do_force: boolTrue/False. do_restore: boolTrue/False. do_reset: boolTrue/False. passwordstr, optPassword. Returns: strJSON string of open command.