Duplicate device by Comand Line / Script;

Duplicate device by Comand Line / Script;

Kristey
Advocate Advocate
827 Views
3 Replies
Message 1 of 4

Duplicate device by Comand Line / Script;

Kristey
Advocate
Advocate

Hi,
I'm trying duplicate a devise by command line or script with a diferente name.
R ->duplicate->(new)R_22R00

Captura de ecrã 2020-07-23, às 09.58.00.png

 



I try Copy -> Past commands, but this don't work.

 

COPY 'R'; 
PASTE 'R_22R00';

 

Screenshot 2020-07-23 09.56.51.png

 

How I can make this?

0 Likes
828 Views
3 Replies
Replies (3)
Message 2 of 4

jorge_garcia
Autodesk
Autodesk
Hi @Kristey,

I hope you're doing well. It looks like the duplication command is still not exposed in the CLI. I'll ping the developers just to be sure, but I think this is the case.

Let me know if there's anything else I can do for you.

Best Regards,


Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
0 Likes
Message 3 of 4

Kristey
Advocate
Advocate
Is it possible to implement?
Is it possible by ULP?

I'm struggling a lot with the workflow of components and libraries.
The workflow is a bit confusing and the functionality does not work in the same way as Eagle and Fusion.

For example, "technologies" are not manipulable in fusion360 (at least I haven't found how).

I wanted to create clean libraries and with my codes to export a BOM that is clean and easy to integrate into our system. But it’s not easy to get a good workflow.
0 Likes
Message 4 of 4

Kristey
Advocate
Advocate

In fact it is possible.
After open library if you write "COPY devicename.dev@libraryname newdevicename" works.

0 Likes