Removes all intervals as well as all single time points from the output schema
defined in simulation
Source: R/utilities-output-schema.R
clearOutputIntervals.Rd
Removes all intervals as well as all single time points from the output schema
defined in simulation
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
# Make sure we create a new simulation so that we do not impact other examples
sim <- loadSimulation(simPath, addToCache = FALSE, loadFromCache = FALSE)
clearOutputIntervals(sim)