pysyncrosim.library.Library
- class pysyncrosim.library.Library(location=None, session=None, use_conda=None, packages=None, use_ssim_env=True)
A class to represent a SyncroSim Library.
Methods
Initializes a pysyncrosim Library instance. |
|
Adds one or more SyncroSim packages to this Library. |
|
Creates a backup of a SyncroSim Library. |
|
Compacts a SyncroSim library to reduce its footprint on disk. |
|
Retrieves a DataFrame of Library Datasheets. |
|
Deletes a SyncroSim class instance. |
|
Retrieves a dataframe of folder information for this Library. |
|
Creates or opens one or more SyncroSim Projects in the Library. |
|
Removes one or more SyncroSim packages from this Library. |
|
Runs a list of Scenario objects. |
|
Saves a pandas DataFrane as a SyncroSim Datasheet. |
|
Retrieves a Scenario or DataFrame of Scenarios in this Library. |
|
Updates a SyncroSim Library. |
Attributes
Retrieves the last date this Library was modified. |
|
Gets or sets the description for this Library. |
|
Retrieves the environment status of this Library. |
|
Retrieves information about this Library. |
|
Retrieves the file path to this Library. |
|
Retrieves or sets the name of this Library. |
|
Gets or sets the owner of this Library. |
|
Retrieves the package(s) this Library is using. |
|
Gets or sets the read-only status of this Library. |
|
Retrieves the Session associated with this Library. |
|
Retrieves the Conda environment for this Library. |