.. highlightlang:: us .. _onimportupdatencfile: OnImportUpdateNCFile ==================== .. index:: OnImportUpdateNCFile .. us.tag OnImportUpdateNCFile NOTREADYENGLISH New412 :ref:`OnImportUpdateNCFile` will be invoked by the frame work, when the user imports a datafile. .. function:: bool = OnImportUpdateNCFile(ssNetCDFName) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: ssNetCDFName Is the name of the created NC file. .. us.comment **Comment** The function is called after the NC-file is created and before the formula interpreter is invoked. .. seealso:: :ref:`overview-netcdf-files`, :ref:`nc_open`, :ref:`nc_close` :sub:`id-285570`