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

cphGetAllOpenConfigs

cphGetAllOpenConfigs(
)
=> l_physConfigID / nil

Description

Returns the IDs associated with all the open physical configuration views.

Arguments

None

Value Returned

l_physConfigID

List of IDs of the physical configuration cellviews currently open.

nil

No physical configuration views are currently open.

Example

Finds all the open physical configuration cellviews and makes them read only.

foreach(cph cphGetAllOpenConfigs() cphChangeEditMode(cph “r”))

Return to top
 ⠀
X