Reply To: What is the name of the Initial Conditions Distribution table in R

#5542
kblankenshipkblankenship
Participant

OK, I tried to rule out that I might be calling a scenario that doesn’t exist, but I don’t think that is it. I think the code below shows that I do have a scenario 1 and that I am able to open another datasheet from the scenario:
> library(rsyncrosim)
> programFolder = “C:/Program Files/SyncroSim”
> Ses = session(programFolder)
> setwd(“C:/Users/kblankenship/Documents/aLANDFIRE/MODELING/SynchroSim2/LFMaster”)
> Lib = ssimLibrary(name=”practice5.ssim”, model=”stsim”, session=Ses)
> project(Lib, summary=TRUE)
projectId name owner lastModified readOnly
1 1 BpSModels N/A 12/19/2017 at 5:58 AM FALSE
> Prj = project(Lib, project=”BpSModels”)
> scenario(Prj, summary=TRUE)
scenarioId projectId name isResult parentID owner
1 1 1 AllModels No – LANDFIRE
lastModified readOnly
1 12/15/2017 at 6:36 AM FALSE
> Scn = scenario(Prj, 1)
> datasheet(Scn, “STSim_RunControl”)
MinimumIteration MaximumIteration MinimumTimestep
1 1 10 0
MaximumTimestep IsSpatial
1 1000 NA