pysyncrosim.scenario.Scenario
- class pysyncrosim.scenario.Scenario(sid=None, name=None, project=None, library=None)
A class representing a SyncroSim Scenario.
Methods
Creates a copy of an existing Scenario class instance. |
|
Retrieves a DataFrame of Scenario Datasheets. |
|
Deletes a Scenario or data from a Scenario scope. |
|
Creates or retrieves a Folder in the parent Project of the Scenario. |
|
Retrieves or sets the Datafeeds to ignore for a Scenario. |
|
Retrieves or sets whether or not a Scenario is configured to merge dependencies at run time. |
|
Retrieves DataFrame of Results Scenarios or retrieves a Results Scenario instance for this Scenario. |
|
Runs a Scenario. |
|
Returns a run log for a Results Scenario. |
|
Saves a pandas DataFrame as a SyncroSim Datasheet. |
Attributes
Gets the last date this Scenario was modified. |
|
Retrieves the dependencies of a Scenario. |
|
Gets or sets the Scenario description. |
|
Retrieves the ID of the folder the Scenario is contained within. |
|
Retrieves Scenario information. |
|
Retrieves information about whether this Scenario is a Results Scenario or not. |
|
Retrieves Library class instance associated with this Library. |
|
Retrieves or sets a Scenario name. |
|
Gets or sets the owner of this Scenario. |
|
Retrieves the ID of the parent Scenario of a Results Scenario. |
|
Retrieves Project class instance associated with this Scenario. |
|
Gets the Project ID associated with this Scenario. |
|
Gets or sets the read-only status for this Scenario. |
|
Retrieves Scenario ID. |