techFindViaSpec
techFindViaSpec(d_techIDtx_layer1Num tx_layer2Num) =>d_viaSpecID/ nil
Description
Returns the database identifier of any via specification containing the layers with the specified layer numbers in the specified technology database.
Arguments
Value Returned
Example
techFindViaSpec(tfID 30 34)
=> db:0x03b7a18c
Returns the database identifier for the via specification containing layers with numbers 30 and 34 in the technology database identified by tfID.
techFindViaSpec(tfID "Metal1" "Metal2")
=> db:0x03b7a18c
Returns the database identifier for the via specification containing layers with names Metal1 and Metal2.
Return to top