A function to extract and check the options passed to LookupTable
function CheckLookupTableOptions extends Modelica.Icons.Function; input String substance = ""; input Boolean debug = false; output String result; end CheckLookupTableOptions;