.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-12-21T19:25:56Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos