lmPrintLibViewProp
lmPrintLibViewProp(t_viewName[t_filename] )
Description
Prints properties of the specified view for each cell in the current library.
Arguments
|
Name of a file where the printout is stored. If not specified, output is displayed on the screen. |
Examples
lmPrintLibViewProp( symbol )
Prints properties of the symbol view for each cell in the current library.
lmPrintLibViewProp( symbol "symbol.lil" )
Stores output in the file symbol.lil.
Return to top