apInsertFill
apInsertFill [d_cv] [S_placementStyle] [S_engineName] ) =>t/ nil
Description
(Virtuoso Layout Suite EXL and above) Inserts fill in the given layout based on the options specified either in the Auto P&R Assistant or through the vreSetOptions SKILL function.
Arguments
|
Specifies the placement style as either |
|
|
Specifies the name of the placement engine, for example, |
Value Returned
Examples
Uses the options specified in the Auto P&R assistant for device style placement.
cv = geGetEditCellView()
apInsertFill(cv 'device 'ap)
Related Topics
Return to top