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

techIsLPValidBase

techIsLPValidBase(
d_lpId 
)
=> t / nil

Description

Returns boolean indication whether the layer-purpose pair valid attribute is true.

Arguments

d_lpId

The database identifier of the layer-purpose pair.

Value Returned

t

The layer-purpose pair has a valid attribute.

nil

The layer-purpose pair does not have a valid attribute.

Example

techIsLPValidBase(d_lpID)
=> t

Returns t as the layer-purpose pair has a valid attribute.


Return to top
 ⠀
X