Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techSetViaDefResistancePerCut

techSetViaDefResistancePerCut(
d_viaDefID 
f_resistancePerCut
)
)=> t / nil

Description

Sets the resistance per cut for the specified via definition in the current technology database.

Arguments

d_viaDefID

The database identifier of the via definition.

f_resistancePerCut

The resistance per cut to set for the via definition.
Valid values: Any floating-point number

Value Returned

t

The resistance per cut is set for the via definition.

nil

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
 ⠀
X