Setting Properties on a Cell
A cell-level property applies to every instantiation of the cell. It is also inherited by all objects below the cell in the hierarchy, unless its definition specifies that it cannot be inherited.
Cell-level properties override global properties and can be overriden at the instance and occurrence levels.
- Choose View – Parts Table to display the table view of the Hierarchy Editor.
-
Choose View – Properties.
Property columns are displayed for all the properties that are defined in the property dictionary or in theprop.cfgfile. -
In the cell row, click the column of the property you want to set and either type in the value or select it from the drop-down list.
Properties of typeenumhave a drop-down list of values from which you select a value. Properties of other types, such as integer or string, have an editable field. For example:

The property value appears in the property column of the cell in the Cell Bindings section. Because the property is also inherited by the hierarchy below the cell, the property value also appears in the property columns of all the cells that are under that cell. A property does not get inherited by the hierarchy below the cell if the property definition specifies that it cannot be inherited.
Viewing Instantiations
To see a list of the instantiations to which the property applies,
- In the Cell Bindings section, right-click the cell.
-
From the pop-up menu, select Explain.
The Explain dialog box appears. The Instantiations section lists the instantiations of the cell.
To see the hierarchy below the cell to which the property also applies,
- Choose View – Tree to display the tree view of the configuration.
- Double-click the cell or click its expansion icon.
Related Topics
Properties Setting on the Design
Setting Properties on a Global Basis
Setting Properties on an Instance
Setting Properties on an Occurrence
Return to top