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

pteSetAllStipple

pteSetAllStipple(
[ ?mode { Display | Selection } ]
[ ?only { t | nil } ]
[ ?panel { Layers } ]
[ ?window w_windowId ]
)
=> t / nil

Description

Sets to visible the stipple for the specified layer-purpose pairs.

Arguments

?mode

Scope of execution of the command.

Valid values:

  • Display: The stipple for all the layer-purpose pairs displayed in the Layers panel were set to visible.
  • Selection: The stipple for the layer-purpose pairs selected in the Layers panel were set to visible.
    The Selection option is applicable when multi-select mode is selected in Palette Options form or it is enabled using the environment variable, pteMultiSelectionMode. This lets you select multiple LPPs in the Layers panel using the CTRL + LMB or Shift + LMB after an initial LMB click on an LPP. The Selection mode in the active command applies to the selected LPPs Layers panel.

?only

If set to t, the stipple for only the layer-purpose pairs corresponding to the specified mode were set to visible.

?panel

Name of the Palette panel.
Valid values: Layers
Default: Layers

?window w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The stipple for the specified layer-purpose pairs were set to visible.

nil

The command was unsuccessful.

Examples

pteSetAllStipple(?panel "Layers")
pteSetAllStipple(?only t)
pteSetAllStipple(?mode "Display")
pteSetAllStipple(?window window(2))
pteSetAllStipple(?mode "Display" ?only t ?panel "Layers" ?window window(2))

Return to top
 ⠀
X