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

lmPrintViewProp

lmPrintViewProp( 
t_cellName 
l_viewList 
[ t_filename ] 
) 

Description

Prints properties of all specified views of a cell.

Arguments

t_cellName

Optional only when lmPrintViewProp is used in lmDefCell. The first name (not a property name) in the argument list is treated as the cell name.

l_viewList

Has the following format:

{ viewName | t | ( viewName … ) }

t_filename

Name of a file where the printout is stored. If not specified, the output is displayed on the screen.

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