add another design #5435
Replies: 1 comment 1 reply
-
Hi @Roy-debug-hub Here is a code snippet as an example: `targetfolder = r'C:\Temp\package_on_board' targetfile1 = os.path.join(targetfolder, 'board.aedb') edb1 = Edb(edbpath=targetfile1, edbversion="2021.2") hosting_cmp = edb1.core_components.get_component_by_name("U100") res, vector, rotation, solder_ball_height = edb1.core_components.get_component_placement_vector( edb1.close_edb() |
Beta Was this translation helpful? Give feedback.
-
How to import another edb as the second design in a project that already has a design.
Beta Was this translation helpful? Give feedback.
All reactions