Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
816 changes: 816 additions & 0 deletions src/pyaedt/workflows/project/DCIR_with_Ptree.py

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/pyaedt/workflows/project/core_logic.py

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pyarmor 9.1.3 (trial), 000000, 2025-04-23T11:16:53.168246
from .pyarmor_runtime import __pyarmor__
Binary file not shown.
7 changes: 7 additions & 0 deletions src/pyaedt/workflows/project/toolkits_catalog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ script = "advanced_fields_calculator.py"
icon = "images/large/fields.png"
template = "run_pyaedt_toolkit_script"
pip = ""

[PowerTreeDCIR]
name = "PowerTree DCIR"
script = "DCIR_with_Ptree.py"
icon = "images/large/Ptree.png"
template = "run_pyaedt_toolkit_script"
pip = ""
Loading