function gatherVariableFaults import Modelica.Utilities.Streams.print; input String className = "FaultTriggering.Examples.Replaceables.ReplaceableRedeclared"; 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 gatherVariableFaults;