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

techSetLayerAnalysisAttributeLock

techSetLayerAnalysisAttributeLock(
d_techID
s_analysisAttributeLockType
g_value
)
=> t / nil

Description

Sets a lock on layer analysis attributes for changes related to addition of new layers or updates to 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.

g_value

Enables or disables the lock. Valid values: t, nil.

Value Returned

t

Lock on layers analysis attributes has been successfully set.

nil

Lock on layers analysis attributes has not been set.

Example

techID = techGetTechFile(geGetEditCellView())
lockType = "lockAddLayers"
when(techSetLayerAnalysisAttributeLock(techID lockType t)
    print("'Add layers' lock activated")
)

Return to top
 ⠀
X