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