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: strpath. do_force: boolTrue/False. do_restore: boolTrue/False. do_reset: boolTrue/False. passwordOptional[str], optionalPassword, by default None. project_properties_fileOptional[str], optionalProject properties file to import, by default None. Returns: strJSON string of open command.