Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetBackgroundDefAttr

dbGetBackgroundDefAttr(
d_bgDefId
)
=> l_attr / nil

Description

Returns the attributes of the specified backgroundDef.

Arguments

d_bgDefId

Database ID of the backgroundDef.

Value Returned

l_attr

List of backgroundDef attributes.

nil

Returned in case of failure.

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
 ⠀
X