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

cphIsReadOnly

cphIsReadOnly(
g_cphID
)
=> t / nil

Description

Checks whether the physical configuration view is read only.

Arguments

g_cphID

ID of the physical configuration cellview.

Value Returned

t

The physical configuration view is read only.

nil

The physical configuration view is editable, not read only.

Example

cph = cphGetLayoutXLConfig(layoutCVId)
cphIsReadOnly(cph)

Return to top
 ⠀
X