Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geNewWindow

geNewWindow( 
[ w_windowId ] 
)
=> w_windowId / nil 

Description

Makes a copy of a window.

The copy window views the same design and uses the same viewing parameters as the source window. You can change the pan, zoom, and other parameters of the new window independent of the old window.

Arguments

w_windowId

Database ID of the source window for the copy. If not specified, the current window is used.

Value Returned

w_windowId

A copy of the specified window is created.

nil

The specified window is not copied.

Examples

Copies win3;returns win4 if it is successful.

geNewWindow( win3 )

Related Topics

Design Functions

Return to top
 ⠀
X