pysyncrosim.project.Project
- class pysyncrosim.project.Project(pid, name, library)
A class to represent a SyncroSim Project.
Methods
Initializes a pysyncrosim Project instance. |
|
Creates a copy of an existing Project. |
|
Create a folder within an existing folder. |
|
Create a folder within a SyncroSim project |
|
Retrieves a DataFrame of Project Datasheets. |
|
Deletes a Project, Scenario, or data from a Project scope. |
|
Retrieves a dataframe of Folder information for this Project if folder=None, otherwise creates or retrieves a SyncroSim Folder object. |
|
Runs a list of Scenario objects. |
|
Saves a Project-scoped Datasheet. |
|
Retrieve a DataFrame of Scenarios in this Project. |
Attributes
Gets the last date this Project was modified. |
|
Gets or sets the Project description. |
|
Retrieves Project information. |
|
Retrieves the Library the Project belongs to. |
|
Retrieves or sets Project name. |
|
Gets or sets the owner of this Project. |
|
Retrieves Project ID. |
|
Gets or sets the read-only status for this Project. |