Skip to content

Commit

Permalink
FIX: Export from 3D layout to 3D modeler with keeping net names bug f…
Browse files Browse the repository at this point in the history
…ix (#4582)
  • Loading branch information
svandenb-dev authored Apr 24, 2024
1 parent 56369f9 commit 075d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/SolveSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ def _get_primitives_points_per_net(self):
while len(primitive_dict[net]) < len(net_primitives[net]):
if n > 1000: # adding 1000 as maximum value to prevent infinite loop
return
n += 20
n += 10
primitive_dict[net] = []
for prim in primitives:
layer = edb.stackup.signal_layers[prim.layer_name]
Expand Down

0 comments on commit 075d820

Please sign in to comment.