dbCreateCompTypeSetDef
dbCreateCompTypeSetDef(d_cellViewId t_compTypeSetName t_rowReference t_componentReference l_allowedOrientations l_componentTypes[g_componentOffset] [g_pitch] ) =>d_compTypeSetDef/ nil
Description
This function creates a container of component types that use the same placement attributes.
Value Returned
Examples
Creates a container of component types that use the same placement attributes.
;; create compTypeSetDef def = dbCreateCompTypeSetDef(cellViewId "myCompTypeSetDef " ; name of the component type set
"bottomAlignment " ; row reference
"bottomAlignment " ; component reference
list("R0" "MX") ; allowed orientations
list("Comptype1" "CompType2") ; component types offsetFromRowReference ; offset from reference points componnentPitch) ; pitch or grid to use between placement locations
Related Topics
Placement Database Access Functions
Return to top