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
Value Returned
|
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