techSetViaDefResistancePerCut
techSetViaDefResistancePerCut(d_viaDefIDf_resistancePerCut) )=> t / nil
Description
Sets the resistance per cut for the specified via definition in the current technology database.
Arguments
|
The resistance per cut to set for the via definition. |
|
Value Returned
|
The technology database does not exist or the specified via definition database identifier is not valid. |
Example
vdID = techFindViaDefByName(tfID "viad")
=> db:0x01798a8c
Returns the database identifier for the via definition named viad in the technology database identified by tfID and assigns it to the variable vdID.
techSetViaDefResistancePerCut(vdID 1.4)
Sets the resistance per cut to 1.4 for the via definition identified by vdID.
Return to top