function gatherParameterFaults import Modelica.Utilities.Streams.print; input String className = "FaultTriggering.Examples.ActuatorExample.Actuator"; input Boolean translateModel = true "If true then model will be translated"; output String[:] BooleanfaultPaths "Path to component"; output String[:] BooleanfaultNames "Component names"; output String[:] integerFaultPaths "Path to component"; output String[:] integerFaultNames "Component names"; output String[:] realFaultPaths "Path to component"; output String[:] realFaultNames "Component names"; end gatherParameterFaults;