techGetPrViaType
techGetPrViaType(d_techIDl_viaDef) =>t_viaType/ nil
Description
Returns all constraint groups in which the specified via definition is listed as a valid via in the specified technology database. ASCII technology file location: validVias section.
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 the via definition does not appear in the |
Example
techGetPrViaType(tfID list("viad" "via"))
=> ("CG__0" "default" "myRoute" "myRoute1")
Returns the constraint groups with the requested via definition in their validVias section in the technology database identified by tfID.
Return to top