Exports the .lib file for a CML in the Custom folder.
Syntax |
Description |
---|---|
exportlib(name, path, overwrite); |
Exports the .lib file for a CML in the Custom folder. name, the CML name in Custom path, where to save the exported .lib file. Use the current working directory if path is not provided. overwrite, boolean value to indicate whether or not to overwrite the file if it exists. |
Example
#exports the ".lib" file for "dk.cml" exportlib("dk.cml", "C:/Users/xxx", true);
See Also
List of commands , packagedesignkit , installdesignkit , importschematic , exportschematic , customlibrary , Custom Library & Design Kit