Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

lmgrSetLCVFilter

lmgrSetLCVFilter( 
t_libfilter
t_cellfilter
t_viewfilter
) 
=> t / nil 

Description

Sets values to filter the libraries, cells, and views listed in the Library Manager.

Arguments

t_libfilter

Specifies a value to filter libraries.

t_cellfilter

Specifies a value to filter cells.

t_viewfilter

Specifies a value to filter views.

Value Returned

t

The specified filters are set for the Library Manager.

nil

The specified filters could not be set because either the Library manager process is missing or an error occurred.

Examples

Opens the Library Manager and sets filters for libraries to "a*", cells to "vdc", and no filter for views.

ddsOpenLibManager()
lmgrSetLCVFilter("a*" "vdc" "")
=> t

Related Topics

Filter and Search Options


Return to top
 ⠀
X