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

pteMoveLayerSelection

pteMoveLayerSelection(
x_position
[ w_windowId ]
)
=> t / nil

Description

Moves the layer-purpose pairs selected in the Layers panel to the specified position. This function works only if the View By mode is set to None.

Arguments

x_position

Position to which the selected layer-purpose pairs need to be moved.

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 selected layer-purpose pairs were moved to the specified location.

nil

The command was unsuccessful.

Examples

pteMoveLayerSelection(0)
pteMoveLayerSelection(100 window(2))

Return to top
 ⠀
X