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
Value Returned
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