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