cdflib.getValidate
Library validation mode
Syntax
vmode = cdflib.getValidate
Description
vmode = cdflib.getValidate returns the validation mode of the Common Data
Format (CDF) library.
Output Arguments
| Validation mode, returned as one of these character vectors.
To get the numeric equivalent of the constants specified by these
character vectors, use |
Examples
Tips
This function corresponds to the CDF library C API routine
CDFgetValidate.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.