Skip to content

Commit

Permalink
Adding print powers to Shammya
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloRadatz committed Oct 10, 2024
1 parent 8a980ec commit 2aae55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Shammya_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

dss = py_dss_interface.DSS()
dss.text(f"compile [{dss_file}]")
dss.text("solve")

print(f"Total Powers : {dss.circuit.total_power}")

0 comments on commit 2aae55f

Please sign in to comment.