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

tpaSetAllDefsVisible

tpaSetAllDefsVisible(
g_visible
)
=> t / nil

Description

Sets the visibility of the active width spacing snap pattern definitions (WSSPDefs) to All Visible (AV) or None Visible (NV) for a cellview.

Arguments

g_visible

Boolean variable that sets the visibility of the active WSSPDefs.
Valid values: t for visible, nil for not visible

Value Returned

t

The visibility of the active WSSPDefs is set as requested.

nil

The visibility of the active WSSPDefs was not set as requested.

Example

Turns the visibility on for the active WSSPDefs.

tpaSetAllDefsVisible(t) 


Return to top
 ⠀
X