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

techImportWireProfileSet

techImportWireProfileSet(
d_techID
x_fileName
t_groupName
)
=> t / nil

Description

(Virtuoso MultiTech Framework) Imports wire profile data from an XML file into a technology database. If a profile already exists in the technology database, it is overwritten with the profile specified in the XML file.

The XML file might contain length values in other units but they are converted and stored as microns (μm).

Arguments

d_techID

The database identifier of the technology database into which to import the data.

x_fileName

The path and name of the XML file from which wire profile data is to be imported.

t_groupName

The wire profile group to which all profiles imported from the XML file are added.

Value Returned

t

Wire profile data was successfully imported.

nil

The specified technology database or XML file does not exist.

Example

techImportWireProfileSet(tf "wpg1.xml" "wpg1")
=> t

Imports wire profile data from wpg1.xml into the wpg1 wire profile group.


Return to top
 ⠀
X