leLSWSetRoutingGridVisible
leLSWSetRoutingGridVisible(
t_layerName
g_status
)
=> t / nil
Description
Sets whether a specific routing layer grid is visible. For the layer specified, the following must be defined in the technology file: for routingDirections in the layerRules section, the direction for the layer; for routingGrids in the constraintGroups section, values for the horizontalPitch and verticalPitch. In the LSW, you set this visibility by clicking on the Grid button.
Arguments
|
A text string specifying any valid layer name. Example: " |
|
|
Boolean specifying whether the routing grid is visible. Valid Values: |
Value Returned
Example
Returns t if "metal1" routing grid is successfully set to visible and nil if it is not.
leLSWSetRoutingGridVisible("metal1" t)
Return to top