dbCreateCustomViaVariant
dbCreateCustomViaVariant(
d_cellViewId
t_viaVariantName
t_viaDefName
l_viaParams
)
=> d_viaVariantId / nil
Description
Creates a custom viaVariant in cellview.
Arguments
|
d_cellViewId
|
The database ID of the cellview.
|
|
t_viaVariantName
|
Specifies the name of the viaVariant.
|
|
t_viaDefName
|
Specifies the name of the viaDef associated with the viaVariant.
|
|
l_viaParams
|
The values and types of the parameters of the viaVariant, specified using a parameter list.
l_viaParams, where l_viaParams is list(t_propName t_propType g_value)
|
Value Returned
|
d_viaVariantId
|
When successful, returns the database ID of the viaVariant.
|
|
nil
|
nil is returned if the cellview ID is invalid.
|
Examples
dbCreateCustomViaVariant(cv "via1" list(list(p1 "float" 0.1)))
Related Topics
Working with Vias
Custom viaVariant Attributes
Interconnect Functions
Return to top