Currently when trying to add an output that does not exist in the simulation, the function does not give any feedback. We should add an argument stopIfNotFound, similar to functions like getParameter, and an error should be thrown when an output with the given path is not found.
Currently when trying to add an output that does not exist in the simulation, the function does not give any feedback. We should add an argument
stopIfNotFound
, similar to functions likegetParameter
, and an error should be thrown when an output with the given path is not found.