This code uploads all parts from the ECAD library “ECAD_IC” to part family “ASIC” in 3DEXPERIENCE.
<?xml version="1.0" encoding="UTF-8"?>
<pemapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="mapping-schema.xsd"
version="1.0">
<namespace>
<modify value="description" name="DESCR" target="attribute.name"/>
<class value="ECAD_IC">
<removeSpecialAttribute target="attribute" name="class.name"/>
<setSpecialAttribute value="/Library1/IC/ASIC" name="part.interface.name"/>
</class>
</namespace>
</pemapping>