techSetPrViaType
techSetPrViaType(d_techIDl_viaDeft_constraintGroupName) => t / nil
Description
Adds the specified via definition to the specified technology database. ASCII technology file location: validVias section of the specified constraint group.
Arguments
|
A list containing the via definition name and its associated view name. The list has the following syntax: |
|
Value Returned
|
The technology database does not exist or there is no via definition with the specified name and view. |
Example
techSetPrViaType(tfID list("M2_M1" "via") "default")
=> t
Adds the custom via definition M2_M1 with view via to the default constraint group in the technology database identified by tfID.
To add the standard via definition M1_Poly1 to the constraint group named constGp1,
techSetPrViaType(tfID list("M2_Poly1" "layout") "constGp1")
=> t
Return to top