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

ddsSetLibManLCV

ddsSetLibManLCV(
t_lib
[ t_cell ]
[ t_view ]
)
=> t / nil

Description

Allows the application to set the library name, cell name, or view name entries in the library manager from a DFII session.

Arguments

t_lib

The name of a library.

t_cell

The name of a cell. If not specified, only the specified library is selected.

t_view

The name of a view. If not specified, only the specified cell or library is selected.

Value Returned

t

The Library Manager is open and the specified objects exist in the database. If the top library is already selected, the child objects are shown in the window showing the top library.

nil

The Library Manager is not yet open or the specified objects do not exist in the database.

Examples

ddsSetLibManLCV( "library" "data" "layout" )

Return to top
 ⠀
X