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

cphSaveAsConfig

cphSaveAsConfig(
g_physConfigID
t_cfgLib
t_cfgCell
t_cfgView
)
=> t / nil

Description

Saves the physical configuration view associated with an ID under the library, cell, and view names you specify.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_cfgLib

Name of the library in which the physical configuration cellview is to be saved.

t_cfgCell

Name of the cell in which the physical configuration cellview is to be saved.

t_cfgView

Name for the physical configuration view.

Value Returned

t

The physical configuration view was saved.

nil

The physical configuration view was not saved.

Example

cphSaveAsConfig(physConfigID "cph" "TopCell" "physConfig")

Return to top
 ⠀
X