Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

lmPrintTermProp

lmPrintTermProp( 
t_cellName 
l_viewList 
[ t_filename ] 
) 

Description

Prints properties of all terminals of the specified views of a cell.

Arguments

t_cellName

Optional only when lmPrintTermProp is used in lmDefCell.

l_viewList

Has the following format:

{ viewName | t | ( viewName … ) }

t_filename

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
 ⠀
X