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

cphFindOpenConfig

cphFindOpenConfig(
t_cfgLib
t_cfgCell
t_cfgView
)
=> g_physConfigID / nil

Description

Returns the ID associated with the specified physical configuration view, if it exists and is already open.

Arguments

t_cfgLib

Name of the library containing the physical configuration cellview.

t_cfgCell

Name of the cell containing the physical configuration cellview.

t_cfgView

Name of the physical configuration view.

Value Returned

g_physConfigID

ID of the physical configuration cellview.

nil

The physical configuration view was not opened.

Example

cphFindOpenConfig("cph" "TopCell" "physconfig")

Return to top
 ⠀
X