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

pteUnsetLSActive

pteUnsetLSActive(
?layerSets t_layerSets
?turnOffAllVis { t | nil }
?turnOffAllSel { t | nil }
[ w_windowId ]
)
=> t / nil

Description

Deactivates one or more layer sets and can be used to force the visibility and selectability of the layer-purpose pairs contained in those layer sets.

Arguments

?layerSets t_layerSets

List of layer sets to be deactivated.

?turnOffAllVis

If set to t, turns off the visibility of all layer-purpose pairs contained in the layer sets previously set as active. If set to nil, the visibility of layer-purpose pairs contained in such layer sets remains unchanged.
Default: nil

?turnOffAllSel

If set to t, turns off the selectability of all layer-purpose pairs contained in the layer sets previously set as active. If set to nil, the selectability of layer-purpose pairs contained in such layer sets remains unchanged.
Default: nil

w_windowId

ID of the window containing the Palette in which you want to set a layer set as active.
Default: Current window

Value Returned

t

The specified layer sets were deactivated.

nil

The command was unsuccessful.

Example

pteUnsetLSActive(?layerSets "layerSetName2" ?turnOffVis t ?turnOffSel t)


Return to top
 ⠀
X