simRep
simRep(t_cellNamet_templateViewNamet_targetViewName[t_targetViewtype]t_propertyName=t_propertyValue…t_propertyNamet_propertyValue)
Description
Creates a view with specified properties for the specified cell. Use this function only for backward compatibility with Edge 2.1; otherwise, use the lmSimView function.
Arguments
All specified properties are added into the target view. The arguments cellName and templateViewName must exist in the current library.
Example
SimRep( 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