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