dbGetBackgroundDefAttr
dbGetBackgroundDefAttr(d_bgDefId) =>l_attr/ nil
Description
Returns the attributes of the specified backgroundDef.
Arguments
Value Returned
Examples
Creates a backgroundDef, and then retrieves its attributes.
;; Create backgroundDef
bgDef = dbCreateBackgroundDef(cv "bgDef1" list("FinFet" "region1") "bgNet" 10 20 30 40)
;; Get BackgroundDef Attributes
dbGetBackgroundDefAttr(bgDef)
(nil lpp ("FinFet" "region1") netName "bgNet"
leftEnc 10.0 rightEnc 20.0 topEnc
30.0 botEnc 40.0)
Related Topics
Placement Database Access Functions
Return to top