Main Content
cdflib.getValidate
Library validation mode
Syntax
mode = cdflib.getValidate()
Description
mode = cdflib.getValidate()
returns the
validation mode of the Common Data Format (CDF) library.
Output Arguments
|
One of the following character vectors or its numeric equivalent.
To get the numeric equivalent of the constants specified by
these character vectors, use |
Examples
Determine the current validation mode of the CDF library.
mode = cdflib.getValidate()
mode = 'VALIDATEFILEon'
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.