lmSimView
lmSimView(t_cellNamet_templateViewNamet_targetViewName[ t_targetViewtype]t_propertyName=t_propertyValue…t_propertyNamet_propertyValue)
Description
Creates a view with specified properties for the specified cell.
Arguments
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