Copying the multiple set of elements using TCL
Altair Forum User
Altair Employee
Answers
-
Hi,
Try this code:
0 -
Set of component in 'led' assembly
I have to duplicate components in same assembly like I told you for set of components.
Give me the code exactly.
I didn't understand above code.
0 -
What you need to do is:
- make a loop, with each component name in 'led' assembly => use above code to create a new comp (led_high_xxx_..) and copy elems from old comp to new comp.
- move all new comps to 'led' assembly
0