You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: