Scenario object representing a SyncroSim Scenario. A Scenario is the
lowest level of organization in the SyncroSim workflow, and is often used
to isolate information on a single Datasheet.
sessionSession object. The Session associated with the
Scenario
filepathcharacter string. The path to the Scenario's SsimLibrary on disk
datasheetNamescharacter string. Names and scope of all Datasheets in Scenario's SsimLibrary
projectIdinteger. The Project id
scenarioIdinteger. The Scenario id
parentIdinteger. For a result Scenario, this is the id of the parent Scenario. 0 indicates this is not a result Scenario
folderIdinteger. The folder in which the Scenario exists. If the Scenario exists at the root of the project, then this value is NULL.
breakpointslist of Breakpoint objects (optional)
See scenario for options when creating or loading a
SyncroSim Scenario.