.FaultTriggering.Utilities.Internal.getVariableValues

Information

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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos