Skip to content

Commit

Permalink
FIX: edb cfg example (#950)
Browse files Browse the repository at this point in the history
Co-authored-by: ring630 <@gmail.com>
  • Loading branch information
hui-zhou-a authored Dec 17, 2024
1 parent 574d18e commit 9b5b48f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/use_configuration/pcb_dc_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@
show_ruler=True,
)

# ## Compute power loss

p_layers = h3d.post.compute_power_by_layer(layers=["Top"])
print(p_layers)

p_nets = h3d.post.compute_power_by_net(nets=["1V0"])
print(p_nets)

# ## Save HFSS 3D Layout project

h3d.save_project()
Expand Down

0 comments on commit 9b5b48f

Please sign in to comment.