techDeleteViaSpec
techDeleteViaSpec(
d_viaSpecID
)
=> t / nil
Description
Deletes the specified via specification from the current technology database.
Arguments
Value Returned
Example
viaSpecID = techFindViaSpec(tfID "Metal1" "Metal2")
=> db:0x03b7a18c
Returns the database identifier for the via specification named VIA1ARRAY in the technology database identified by tfID and assigns it to the variable viaSpecID.
techDeleteViaSpec(viaSpecID)
=> t
Deletes the via specification identified by viaSpecID.
Return to top