techIsPrViaDevice
techIsPrViaDevice(d_techIDl_viaDef) => t / nil
Description
Indicates whether the specified via definition is listed in the specified technology database. ASCII technology file location: in any validVias section the specified technology file.
Arguments
|
A list containing the via definition name and its associated view name. The list has the following syntax: |
Value Returned
Example
techIsPrViaDevice(tfID list("viad" "via"))
=> t
The custom via definition viad with view via is listed in at least one validVias section in the technology database identified by tfID.
Return to top