Retrieves the path of all quantities defined in the container and all its children
Source:R/utilities-quantity.R
getAllQuantityPathsIn.Rd
Retrieves the path of all quantities defined in the container and all its children
See also
loadSimulation()
, getContainer()
and
getAllContainersMatching()
to retrieve objects of type Container or
Simulation
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
# Returns the path of all quantities defined in the simulation
quantityPaths <- getAllQuantityPathsIn(sim)