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

techGetLPProp

techGetLPProp(
d_lpID
t_propName 
) 
=> g_propValue / nil

Description

Returns the value of the specified property from the specified LP. The techLayerProperties subsection in the layerDefinitions section of the ASCII technology file specifies special properties that you want to place on the layers in your design.

Arguments

d_lpID

The database identifier of the LP in the technology database.

t_propName

The name of the property.

Value Returned

g_propValue

The value of the property.

nil

The LP or property does not exist in the technology database or the property value is nil.

Example

techGetLPProp(lpID "myProp")
=> 0.1

Returns 0.1 as the value of the myProp property.


Return to top
 ⠀
X