cdfDumpAll
cdfDumpAll(t_libName t_fileName[ ?levels_level][ ?editg_edit]) => t / nil
Description
Dumps the CDF description for the specified library and all its cells into the given file. You can also specify the level of the CDF description by using the ?level s_level argument. The specified file is created in the current working directory or the directory specified with the filename.
If the ?edit g_edit argument is set to t, the specified file is opened in a text editor window. The default is no editor.
Arguments
Value Returned
|
Dumps the CDF description for the specified library and cell to the given file. |
|
Examples
cdfDumpAll("asic" "lib.mod" ?level 'base ?edit t)
Return to top