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

geSaveAs

geSaveAs( 
[ w_windowId ] 
[ t_libName ] 
[ t_cellName ]
[ t_viewName ] 
)
=> t / nil 

Description

Saves a design under another name.

If t_cellName, t_viewName, and t_libName are valid strings, the design is saved under that name. If any of these arguments is not specified or is an invalid string, a form is displayed for you to enter new names or cancel. The form displays the current names as defaults. If you enter a new name in the form, click Apply to save the design under that name. If the filename already exists, you are warned and given a chance to cancel or save to a different name. The window continues to view the design with the old name; you must open the design with the new filename if you want to see the new copy in a window.

Arguments

w_windowId

Database ID of the window containing the design to save. If not specified, the current window is used.

t_libName

Library name into which the cellview is saved.

t_cellName

New cell name for the design.

t_viewName

New view name for the design.

Value Returned

t

The cellview is saved.

nil

The cellview is not saved.

Examples

Returns t. The data is saved in newLibName with cell name newCellName and view name newViewName. The design in win2 retains the old name and library.

geSaveAs( win2 "newLibName" "newCellName" "newViewName" )

Related Topics

Design Functions

Return to top
 ⠀
X