.OpenModelica.Scripting.saveTotalModelDebug

Information

Saves the className model in a single file, together with all other classes
   that it depends on. This function uses a naive heuristic based on which
   identifiers are used and might save things which are not actually used,
   and is meant to be used in cases where the normal saveTotalModel fails.

Interface

function saveTotalModelDebug
  input String filename;
  input TypeName className;
  input Boolean stripAnnotations = false;
  input Boolean stripComments = false;
  input Boolean obfuscate = false;
  output Boolean success;
end saveTotalModelDebug;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos