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

leSaveMarkNet

leSaveMarkNet(
cellName
[ ?libName t_libName ]
[ ?viewName t_viewName ]
[ ?pt l_pt ]
)
=> t / nil

Description

Saves a particular highlighted net at the specified point (l_point). If no point is specified, all the highlighted nets in current cellview are saved in the specified cellview (lib/cell/view).

Arguments

cellName

Specifies the name of the cellview in which the highlighted nets shapes are saved.

?libName t_libName

Specifies the name of the library of the cellview. The default value is the current cellview’s library name in which the highlighted marknet is present.

?viewName t_viewName

Specifies the view name of the cellview. The default value is the current cellview's view name.

?pt l_pt

The mark net at this point will be saved. The default value is nil.

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Examples

leSaveMarkNet("save1")
or
leSaveMarkNet("save2" ?pt list(1 2))
or
leSaveMarkNet("save2" ?libName "gpdk090" ?pt list(1 2))
or
leSaveMarkNet("save2" ?libName "gpdk090" ?viewName "layout" ?pt list(1 2))
or
leSaveMarkNet("save3" ?libName "gpdk090" ?viewName "layout")

Return to top
 ⠀
X