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
|
The database identifier of the LP in the technology database. |
|
Value Returned
|
The LP or property does not exist in the technology database or the property value is |
Example
techGetLPProp(lpID "myProp")
=> 0.1
Returns 0.1 as the value of the myProp property.
Return to top