if (FALSE) {
# Set the file path and name of an existing SsimLibrary
myLibraryName <- "MyLibrary.ssim"
# Set the SyncroSim Session, SsimLibrary, Project, and Scenario
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName,
session = mySession)
myProject <- project(myLibrary, project = "Definitions")
myScenario <- scenario(myProject, scenario = "My Scenario")
# Run Scenario to generate results
resultScenario <- run(myScenario)
# Find the parent ID of the Scenario
parentId(resultScenario)
}
Run the code above in your browser using DataLab