Skip to contents

Removes all intervals as well as all single time points from the output schema defined in simulation

Usage

clearOutputIntervals(simulation)

Arguments

simulation

Instance of a simulation for which output intervals should be cleared

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)