NC_EditΒΆ

NC_Edit opens a dialog box to edit a UniPlot data file (NC file).

bool = NC_Edit(ssNCName)
ssNewNCName = NC_Edit(ssNCName, bReturnNCName)

Return Value

If the function is invoked with one parameter the function returns a boolean value. If the NC file could be opened the return value is TRUE (1), otherwise it is FALSE (0).It the function is invoked with two parameters the return value is a scalar string with the NC file name. If the user has altered the NC file name the function returns the new NC file name. If the NC file could not be opened the return value is an empty string.

Parameters

ssNCName

ssNCName is the name of the netCDF file.

bReturnNCName

If bReturnNCName is TRUE (1) the function returns the NC file name. Example: The NC file name can be modified using the Save As command from the context menu. Default value is FALSE (0).

../../_images/nc-data-browser1-en.png

id-927169