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

cleHasPanicFile

cleHasPanicFile(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Checks whether the specified Concurrent Layout cellview has a panic file.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

Value Returned

t

Panic file is present in the specified Concurrent Layout cellview.

nil

Panic file is not present in the specified Concurrent Layout cellview.

Examples

Checks if a panic file is present in the Concurrent Layout design partition view designLib/testing1/layout_cle_p1.

cleHasPanicFile("designLib" "testing1" "layout_cle_p1") 
=> t

Return to top
 ⠀
X