lmPrintViewProp
lmPrintViewProp(t_cellNamel_viewList[t_filename] )
Description
Prints properties of all specified views of a cell.
Arguments
Output from lmPrintViewProp has the same format as that of lmDefViewProp, so you can edit the output file and then put the properties back into the view.
Examples
lmPrintViewProp( and2 symbol "and2.out" )
Prints properties of the symbol view of the cell and2 in the file and2.out.
lmPrintViewProp( and2 t "and2prop" )
Prints properties of all views of the cell and2 in the file and2prop.
lmPrintViewProp( and2 (symbol ta) "and2.sim" )
Prints properties of views symbol and ta of the cell and2 in the file and2.sim.
Return to top