perLayerOffsetByMfgGridList
layoutXL.floorplan perLayerOffsetByMfgGridList string "(layerNameNumberOfGrids)"
Description
Specifies the number of manufacturing grids to skip before placing the first pin. By default, this option is turned off. Manufacturing grids apply only for custom pins. For digital pins, use perLayerOffsetByRoutingGridList.
- layerName specifies the name of the layer.
- gridWidth specifies the number of manufacturing grids to skip before placing the first pin on the specified layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
|
Pin Offset – Custom – Options – Grids – Manufacturing (Custom Blocks) |
Examples
envGetVal("layoutXL.floorplan" "perLayerOffsetByMfgGridList")
envSetVal("layoutXL.floorplan" "perLayerOffsetByMfgGridList" 'string "(metal1 2) (metal2 3)" )
Related Topics
perLayerOffsetByRoutingGridList
Return to top