techGetTwoLayerProp
techGetTwoLayerProp(d_techID tx_layer1tx_layer2t_propName) =>g_propValue/ nil
Description
Returns the value of the specified two-layer property from the specified technology database. ASCII technology file location: techLayerProperties subsection in the layerDefinitions section; it specifies special properties that you want to place on the layers in your design.
For more information about techLayerProperties, see
Arguments
|
Valid values: The layer name or number or a list containing the layer name and purpose. |
|
|
Valid values: The layer name or number or a list containing the layer name and purpose. |
|
Value Returned
|
The technology database, layer(s), or property does not exist or the property value is |
Example
techGetTwoLayerProp(tfID "via" "metal1" "myProp")
=> "router"
Returns router, the value of the myProp property set on the via and metal1 layers in the technology database identified by tfID.
Return to top