.FaultTriggering.Utilities.Internal.readToDot

reads string to the first dot

Information

This fuction reads the string up to the first dot. Helpfull to obtain the package name of a model.

Interface

function readToDot
  input String inputString = "a.b.c" "string input";
  output String beforeDot "part till first dot";
  output String afterDot "part after first dot";
  output Boolean dotFound "true if no dot is found";
end readToDot;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos