MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / load_project

Method load_project

tests/utils/api_client.py:309–311  ·  view source on GitHub ↗

Load a project file.

(self, file_path: str)

Source from the content-addressed store, hash-verified

307 return self.command("csvExport.getStatus")
308
309 def load_project(self, file_path: str) -> None:
310 """Load a project file."""
311 self.command("project.open", {"filePath": file_path})
312
313 def create_new_project(self, title: Optional[str] = None) -> None:
314 """Create a new empty project."""

Callers 1

Calls 1

commandMethod · 0.95

Tested by 1