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

techExportWireProfileSet

techExportWireProfileSet(
d_techID
x_fileName
[t_groupName]
)
=> t / nil

Description

(Virtuoso MultiTech Framework) Exports wire profile data from a technology database into an XML file. You can export either all profiles in the technology database or only those that are in a particular group. Default values are not exported.

Arguments

d_techID

The database identifier of the technology database from which to export the data.

x_fileName

The name of the XML file into which wire profile data is to be exported.

t_groupName

A wire profile group. If specified, only the profiles listed in the group are exported. If not specified, all profiles in the technology database are exported.

Value Returned

t

Wire profile data was successfully exported.

nil

The specified technology database or XML file does not exist.

Example

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

Exports wire profile data from the wpg1 profile group into the wpg1.xml file.


Return to top
 ⠀
X