Only copy MAT file name (File not yet opened)
function constructor extends Modelica.Icons.Function; input String fileName "File name"; input Boolean verboseRead = true "= true, if info message that file is loading is to be printed"; output ExternMATFile mat "External MATLAB MAT file object"; end constructor;