techCreateCustomViaDefByName
techCreateCustomViaDefByName(d_techIDt_viaDefName t_libName t_cellName t_viewName t_layer1Name t_layer2Name) =>d_viaDefID/ nil
Description
Creates a custom via definition in the specified technology database and associates it with the master cellview identified by the specified library, cell, and view names.
The function automatically sets the resistance per cut to
0.0. You can reset it with techSetViaDefResistancePerCut.Arguments
Value Returned
Example
techCreateCustomViaDefByName(tfID "viaDef2" "lib1" "cell1" "symbolic" "metal1" "metal2")
=> db:0x03b7a18c
Creates a via definition named viaDef2, which is associated with the master cellview in the library lib1, cell cell1, and view symbolic in the technology database identified by tfID, and returns its database identifier.
Return to top