techSetTwoLayerProp
techSetTwoLayerProp(d_techID tx_layer1tx_layer2l_propertyValue) => t / nil
Description
Updates the value of the specified two-layer property in 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. If the techLayerProperties subsection does not exist, this function creates one with the specified data. If the property does not exist, the function creates a new two-layer property and sets the value to the specified value.
For more information about techLayerProperties, see
Arguments
Value Returned
Example
techSetTwoLayerProp(tfID "metal1" "via2" list("myCorpCADControlValue" t))
=> t
Sets the two-layer property myCorpCADControlValue property to t on layers metal1 and via2 in the technology database identified by tfID.
Return to top