techCreateViaSpec
techCreateViaSpec(d_techIDt_layer1 t_layer2 lt_defaultViaDefIDs) =>d_viaSpecID/ nil
Description
Creates a via specification with a default set of via definitions, as specified, in the specified technology database.
Arguments
|
A list of the database identifiers of the default via definitions associated with the via specification. The list has the following syntax:
You can retrieve the database identifier for a via definition with techFindViaDefByName.
|
|
Value Returned
Example
techCreateViaSpec(tfID "Metal1" "Metal2" list("viaDef1" "viaDef2"))
=> db:0x03b7a18c
Creates a via specification with default via definitions viaDef1 and viaDef2 in the technology database identified by tfID and returns its database identifier.
Return to top