Skip to Main Content Skip to Search
Product Documentation

cdflib.getStageCacheSize - Number of cache buffers for staging

Syntax

numBuffers = cdflib.getStageCacheSize(cdfId)

Description

numBuffers = cdflib.getStageCacheSize(cdfId) returns the number of cache buffers used for the staging scratch file of the Common Data Format (CDF) file. For more information about cache buffers, see the CDF User's Guide.

cdfId identifies the CDF file.

Examples

Open the example CDF file and determine the number of cache buffers used for staging:

cdfId = cdflib.open('example.cdf');

numBuf = cdflib.getStageCacheSize(cdfId)

numBuf =

	  125

% Clean up
cdflib.close(cdfId)
clear cdfId

References

This function corresponds to the CDF library C API routine CDFgetStageCacheSize. To use these functions, you must be familiar with the CDF C interface. Read the CDF documentation at the CDF Web site. For copyright information, see the cdfcopyright.txt file.

See Also

cdflib.setStageCacheSize

Tutorials

  


» Learn more
» Download free kit
» Get trial software

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS