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

geSaveHier

geSaveHier( 
d_cellviewId 
[ x_depth ] 
[ g_askForSave ] 
)
=> t 

Description

Saves a design hierarchically starting from the edit cellview of the specified window to the specified depth. The geSaveHier function works only on maskLayout views.

Arguments

d_cellviewId

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

x_depth

The depth hierarchy up to which the design needs to be saved. If not specified, the maximum depth (32) is used.

g_askForSave

When set to t, prompts you to specify the cellviews to be saved. By default, g_askForSave is set to t.

Value Returned

t

The design is saved hierarchically.

Examples

Saves the design hierarchically up to depth 32 and prompts to specify the name of the cellview to be saved.

geSaveHier(geGetEditCellView()32 t)

Related Topics

Design Functions

Return to top
 ⠀
X