techGetPrGenViaRules
techGetPrGenViaRules(d_techID) =>l_genViaRules/ nil
Description
Returns a list of all via specifications containing standard via definitions in the specified technology database.
For more information about the viaSpecs section of the technology file, viaDefs section of the technology file and standard via definitions, see
Arguments
Value Returned
|
A list of the names of the via specifications. The list has the following syntax: |
|
|
The technology database does not exist or does not contain any standard via specifications. |
Example
techGetPrGenViaRules(techID)
=> (viagen21 viagen32)
Returns a list of the names of the via specifications using standard via definitions in the technology database identified by techID.
Return to top