techSetLayerProp
techSetLayerProp(d_techID tx_layerl_propertyValue) => t / nil
Description
Updates the value of the specified 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 layer property and sets the value to the specified value.
For more information about techLayerProperties, see
Arguments
|
The layer name or layer number or a list containing the layer name and purpose. |
|
|
A list specifying the property name and value. The list has the following syntax: |
Value Returned
Example
techSetLayerProp(tfID "metal1" list("myCorpCADControlValue" t))
=> t
Sets the myCorpCADControlValue property to t on the metal1 layer in the technology database identified by tfID.
Return to top