Skip to contents

Retrieves the display path of the parameters defined by paths in the simulation

Usage

getParameterDisplayPaths(paths, simulation)

Arguments

paths

A single string or array of paths path relative to the container

simulation

A simulation used to find the entities

Value

a display path for each parameter in paths

Examples


simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
displayPath <- getParameterDisplayPaths("Organism|Liver|Volume", sim)