techID~>viaVariants
techID~>viaVariants~>
objType
cellView
tech
name
params
viaDef
viaDefName
Description
Retrieves information related to via variants from the technology database identified by techID.
Attributes
|
objType
|
A list of object types, stdViaVariant or customViaVariant.
|
|
cellView
|
A list of cellviews in which the via variants are defined. Via variants can be defined in the technology file or in a cellview. If a via variant is defined in the technology file, the cellView attribute for it is nil.
|
|
tech
|
A list of database identifiers identifying the technology databases in which the via variants are defined.
|
|
name
|
A list of names of the via variants found in the technology database.
|
|
params
|
A list of parameters associated with the via variants.
|
|
viaDef
|
A list of database identifiers identifying the via definitions for which variants exist in the technology database.
|
|
viaDefName
|
A list of via definition names for which variants exist in the technology database.
|
Examples
tfid~>viaVariants~>objType
=> ("customViaVariant" "stdViaVariant")
tfid~>viaVariants~>name
=> ("vvtest3" "testStdVariant")
tfid~>viaVariants~>viaDefName
=> ("MineM2M1" "MineM3M2")
Return to top