.FaultTriggering.Utilities.Internal.getVariableValues

gets the variable default values from the model

Interface

function getVariableValues
  input String[:] faultNames = {"FaultTriggering.Examples.ActuatorExample.Actuator.driveline.friction.externalRealFault"};
  input String modelName = "FaultTriggering.Examples.ActuatorExample.Actuator";
  input Boolean translateFirst = true "translate model if flag is true";
  output Real[size(faultNames, 1)] outputValues "Values of the variables";
end getVariableValues;

Generated at 2025-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos