Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetViaParamDefault

dbSetViaParamDefault(
d_viaId
t_paramName
)
=> t / nil

Description

Sets the value of a parameter of a specified via to use its default value by a parameter name.

Arguments

d_viaId

The database ID of the via.

t_paramName

The name of a via parameter for the specified via.

Value Returned

d_viaId

Database ID of the via.

nil

The cellview ID is invalid.

Examples

The via parameter "cutWidth" is set to use the default value for the specified standard via.

dbSetViaParamDefault(stdViaId "cutWidth")

stdViaId represents a standard via ID. The default value of the "cutWidth" via parameter is defined in the specified standard via which is pointed by stdViaId.

Related Topics

Working with Vias

Interconnect Functions


Return to top
 ⠀
X