lmPrintTermProp
lmPrintTermProp(t_cellNamel_viewList[t_filename] )
Description
Prints properties of all terminals of the specified views of a cell.
Arguments
{ |
|
|
Name of a file where the printout is stored. If not specified, output is displayed on the screen. |
Output from lmPrintTermProp has the same format as that of lmDefTermProp, so you can edit the output file, and then put the properties back into the terminals.
Example
lmPrintTermProp( nfet t )
Prints the terminal properties of all views of the cell nfet.
Return to top