DS_FindNCFileΒΆ

DS_FindNCFile returns the netCDF file name used to load the data into the dataset.

ssFileName = DS_FindNCFile(hData, ssPath)

Return Value

ssFileName is the complete netCDF file name.

Parameters

ssPath

One or more folder names separated by a semi colon ;.

Comment

The function searches for the data file in the following directories:

  • The directory that is saved in the dataset.

  • The directory list specified in ssPath.

  • If the file is not found UniPlot will try to import the original data file.

History

Version

Description

5.30.5

New.

id-1412420