gets the parameter fault defaults from the model
function getParameterValues input String[:] faultNames = {"FaultTriggering.Examples.ActuatorExample.ActuatorInternalFault.driveline.DrivelineDisconnect"}; input String modelName = "FaultTriggering.Examples.ActuatorExample.ActuatorInternalFault"; input Boolean translateFirst = true "translate model if flag is true"; output Real[size(faultNames, 1)] outputValues "Values of the variables"; end getParameterValues;