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

lmSimView

lmSimView( 
t_cellName 
t_templateViewName 
t_targetViewName 
[ t_targetViewtype ]
t_propertyName = t_propertyValuet_propertyName t_propertyValue 
) 

Description

Creates a view with specified properties for the specified cell.

Arguments

t_cellName

Optional only when lmSimView is used in lmDefCell.

t_templateViewName

Name of a template view, normally symbol, in which the terminal information is stored.

t_targetViewName

Name of the view to be created.

t_targetViewtype

Type of the view to be created. Use this optional argument if you do not want to overwrite the current view type. The view type schematicSymbol is the default.

t_propertyName

Any SKILL symbol (entifier) or string.

t_propertyValue

Any SKILL expression, as long as the expression returns proper values.

All specified properties are added into the target view. The arguments cellName and templateViewName must exist in the current library.

Example

lmSimView( and2 symbol 
CreationTime = time("May 1 10:00:00 2000")
Input_Pin_List = nlpExpr("[|A] [|B]")
NLPElementPostamble = nlpExpr("[|Y] .AND
[@Input_Pin_List]
[@NLPElement]")
)

Return to top
 ⠀
X