XYReload loads data.
Return Value
bool
Parameters
nOptions
| XY_RELOAD_UPDATE (0) | Reload data if necessary. |
| XY_RELOAD_CLIP (1) | Reload data only for the x-axis range of the diagram. |
| XY_RELOAD_ALL (2) | Reload all data points. |
| XY_RELOAD_FORCERELOAD (4) | Force reload data. |
ncid is a data file handle (see nc_open).
Comment
The function opens the data file (*.nc2) and loads the data for the displayed x-range. If the file is not found in the specified directory, UniPlot tries to find the file in the following directories:
If the file cannot be located an error message is written to the event window.
History
| Version | Description |
|---|---|
| 5.40 | . |
| 5.20 | New optional parameters nOptions and ncid. |
| 5.9 | New. |
id-1004157