Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetLayerAnalysisAttributeLock

techGetLayerAnalysisAttributeLock(
d_techID
s_analysisAttributeLockType
)
=> t / nil

Description

Returns the state of the lock on layer analysis attributes for changes related to addition of new layers or updates of attributes.

The following analysis attribute locks are supported for this function:

Arguments

d_techID

The database identifier of the technology database.

s_analysisAttributeLockType

The type of analysis attribute lock. Valid values: lockAddLayers, lockValuesChange.

Value Returned

t

The lock is active.

nil

The lock is not active.

Example

techID = techGetTechFile(geGetEditCellView())
lockType = "lockAddLayers"
when(techGetLayerAnalysisAttributeLock(techID lockType)
    print("'Add layers' lock is currently active")
)

Return to top
 ⠀
X