absSetCellProp
absSetCellProp(
cell
{ prCellClass | symmetry }
value
)
=> 0 / 1
Description
Specifies a property value for a cell. The variables you can use for the value parameter depend on the property.
Arguments
|
cell
|
Specifies the cell whose properties are to be set.
|
|
{ prCellClass | symmetry }
|
|
|
Specifies the cell property to be edited.
|
|
value
|
The valid values for the property prCellClass depend on the bin in which the cell is.
For the Core bin, choose from:
[ core | feedthru | tieHigh | tieLow | spacer | antennaCell | preEndcap | postEndcap ]
For the Block bin, choose from:
[ block | cover | ring | coverBump | blackBox ]
For the IO bin, choose from:
[ pad | input | output | inout | power | spacer | areaIO ]
For the Corner bin, choose from:
[ bottomLeftEndcap | bottomRightEndcap | topLeftEndcap | topRightEndcap ]
|
|
|
The valid values for the property symmetry include:
[ R0 | X | Y | R90 | X Y | X R90 | Y R90 | X Y R90 ]
|
Value Returned
|
0
|
An error is encountered.
|
|
1
|
The function executes successfully.
|
Example
Sets the prCellClass property value for the Core cell abc to core.
absSetCellProp "abc" "prCellClass" "core"
=> 1
Related Topics
Select Cells form
Return to top