Specify library validation mode
cdflib.setValidate(
mode
)
cdflib.setValidate(
specifies the validation mode of the Common Data Format (CDF) library.
Specify the validation mode before opening any files. mode
)
|
One of the following character vectors or string scalars, or its numeric equivalent:
To get the numeric equivalent of these values, use |
Set the validation mode of the CDF library.
cdflib.setValidate('VALIDATEFILEon');
This function corresponds to the CDF library C API routine CDFsetValidate
.
To use this function, you must be familiar with the CDF C
interface. Read the CDF documentation at the CDF website
.
For copyright information, see the cdfcopyright.txt
file.