19
Attribute Retrieval and Modification Functions
You can set several types of attributes on valid dbObjects. This topic lists the attributes that can be set on a dbObject.
Attributes in the tables describe what type of value the attribute has. Knowing the attribute type helps you understand what type of input to give to dbSet or what type of output to expect from dbGet.
Many of the attribute values have the type l_objId, which means the value is a list of objIds. For example, in the Cellview object description, the shapes attribute is described as being of type objId. In reality, the value is a list of objIds. Therefore, the description of the shapes attribute notes that the value is a list comprised of the primitive attribute type objId. Also, the attribute type is preceded by a l_ (such as l_objId). This convention is used in all the tables.
The Cadence design database supports the following object types:

Related Topics
- dbGet Functions
- dbSet Functions
- Generic Attributes
- Cellview Attributes
- Instance Attributes
- Instance Header Attributes
- Mosaic Attributes
- Instance Terminal Attributes
- Pin Attributes
- Terminal Attributes
- Bus Net Definition Attributes
- Layer-Purpose Pair Attributes
- Attributes of Objects and Figures
- Technology File Attributes
Return to top