DesignPlanar.save_design¶
- DesignPlanar.save_design(path: Optional[str] = None)¶
Save the metal design to a Metal file. If no path is given, then tried to use self.save_path if it is set.
- Parameters
path (str) – Path to save the design to. Defaults to None.
- Returns
True if successful; False if failure
- Return type
bool