new_project#
- Workspace.new_project(name=None)[source]#
Creates a new empty Project object
- Parameters:
name (str, optional) – The unique name to give to the project. If none is given, one will be automatically generated (e.g. ‘proj_01`)
- Returns:
proj – An empty Project object, suitable for passing into a Network generator
- Return type:
list