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

techCreateWireProfileGroup

techCreateWireProfileGroup(
d_techFileID 
t_name
l_wireProfileNames
[?vendor t_vendor ]
[?logo t_logoFile ]
)
=> d_wireProfileGroupID / nil

Description

(Virtuoso MultiTech Framework) Creates a wire profile group object in the specified technology file.

Arguments

d_techFileID

The database identifier of the technology file.

t_name

The name of the wire profile group.

l_wireProfileNames

A list of wire profile names to be included in the group.

t_vendor

The name of the vendor as a string.

Default value: an empty string

t_logoFile

The logo filename as a string.

Default value: an empty string

Value Returned

d_wireProfileGroupID

The ID of the newly created wire profile group.

nil

A wire profile group was not created.

Example

techCreateWireProfileGroup(tf 
    "wpgName" list("wpA" "wpB" "wpC" "wpD") 
    ?logo "wpgLogo"
    )

Creates a wire profile group named wpgName including the wire profiles wpA, wpB, wpC, and wpD. The logo file is wpgLogo. A vendor is not specified.


Return to top
 ⠀
X