cphSetCellRounding
cphSetCellRounding(
g_physConfigID
t_logLib
t_logCell
t_roundingRule
)
=> t / nil
Description
Specifies how the value of a specified parameter on a logical cell is rounded when it is evaluated by Layout XL. This property is typically used in conjunction with the lxDeviceWidth parameter to prevent folded devices from becoming off-grid.
Arguments
|
String specifying a Rounding rule.
For example, the following setting rounds the value of
|
Value Returned
Example
cphSetCellRounding(physConfigID "cph" "nand" "(w 0.05 round)")
Related Topics
Return to top