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

pteUndockWindow

pteUndockWindow(
t_assistantName
[ w_windowId ]
) 
=> t / nil

Description

Undocks the specified Palette panel.

Arguments

t_assistantName

Name of the panel to be undocked.
Valid values: Layers, Objects, or Grids in SingleAssistant mode

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 specified panel was undocked.

nil

The command was unsuccessful.

Examples

pteUndockWindow("Layers")
pteUndockWindow("Layers" window(2))

Return to top
 ⠀
X