Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leSetWidthSpacingSnapPatternVisible

leSetWidthSpacingSnapPatternVisible (
t_gridName
g_isVisible
)
=> t / nil

Description

Turns on or off the visibility of the specified width spacing snap pattern grid.

Arguments

t_gridName

The name of the width spacing snap pattern grid.

g_isVisible

Boolean specifying whether the width spacing snap pattern grid is visible.
Valid Values: t for visible or nil for invisible.

Value Returned

t

The width spacing snap pattern grid visibility setting could be set successfully.

nil

The width spacing snap pattern grid visibility setting could not be set successfully.

Example

Turns on the visibility of W1 width spacing snap pattern grid:

leSetWidthSpacingSnapPatternVisible("W1" t) 
=> t

Turns off the visibility of W1 width spacing snap pattern grid:

leSetWidthSpacingSnapPatternVisible("W1" nil)
=> t

The visibility setting could not be applied:

leSetWidthSpacingSnapPatternVisible("W3" nil) 
=> nil

Return to top
 ⠀
X