pyedb 0.6.0__py3-none-any.whl → 0.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyedb might be problematic. Click here for more details.

Files changed (35) hide show
  1. pyedb/__init__.py +1 -1
  2. pyedb/dotnet/clr_module.py +1 -1
  3. pyedb/dotnet/edb.py +15 -16
  4. pyedb/dotnet/edb_core/cell/hierarchy/model.py +17 -0
  5. pyedb/dotnet/edb_core/components.py +11 -11
  6. pyedb/dotnet/edb_core/configuration.py +346 -77
  7. pyedb/dotnet/edb_core/definition/component_def.py +9 -0
  8. pyedb/dotnet/edb_core/definition/package_def.py +27 -0
  9. pyedb/dotnet/edb_core/edb_data/components_data.py +8 -3
  10. pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +14 -13
  11. pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py +2 -2
  12. pyedb/dotnet/edb_core/edb_data/layer_data.py +8 -3
  13. pyedb/dotnet/edb_core/edb_data/padstacks_data.py +26 -5
  14. pyedb/dotnet/edb_core/edb_data/primitives_data.py +12 -11
  15. pyedb/dotnet/edb_core/edb_data/siwave_simulation_setup_data.py +1 -1
  16. pyedb/dotnet/edb_core/edb_data/sources.py +10 -0
  17. pyedb/dotnet/edb_core/hfss.py +1 -1
  18. pyedb/dotnet/edb_core/layout.py +94 -31
  19. pyedb/dotnet/edb_core/materials.py +637 -541
  20. pyedb/dotnet/edb_core/nets.py +5 -5
  21. pyedb/dotnet/edb_core/padstack.py +57 -6
  22. pyedb/dotnet/edb_core/siwave.py +9 -2
  23. pyedb/dotnet/edb_core/stackup.py +108 -94
  24. pyedb/dotnet/edb_core/utilities/__init__.py +3 -0
  25. pyedb/dotnet/edb_core/utilities/heatsink.py +69 -0
  26. pyedb/exceptions.py +6 -0
  27. pyedb/generic/filesystem.py +7 -3
  28. pyedb/generic/general_methods.py +4 -0
  29. pyedb/generic/process.py +4 -1
  30. pyedb/generic/settings.py +10 -0
  31. {pyedb-0.6.0.dist-info → pyedb-0.7.1.dist-info}/METADATA +31 -53
  32. {pyedb-0.6.0.dist-info → pyedb-0.7.1.dist-info}/RECORD +35 -32
  33. /pyedb/dotnet/edb_core/{edb_data → utilities}/simulation_setup.py +0 -0
  34. {pyedb-0.6.0.dist-info → pyedb-0.7.1.dist-info}/LICENSE +0 -0
  35. {pyedb-0.6.0.dist-info → pyedb-0.7.1.dist-info}/WHEEL +0 -0
@@ -1,73 +1,51 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyedb
3
- Version: 0.6.0
3
+ Version: 0.7.1
4
4
  Summary: Higher-Level Pythonic Ansys Electronics Data Base
5
5
  Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
6
6
  Maintainer-email: PyEDB developers <simon.vandenbrouck@ansys.com>
7
- Requires-Python: >=3.7,<4
7
+ Requires-Python: >=3.8,<4
8
8
  Description-Content-Type: text/markdown
9
9
  Classifier: Development Status :: 4 - Beta
10
10
  Classifier: Intended Audience :: Science/Research
11
11
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Operating System :: OS Independent
14
- Classifier: Programming Language :: Python :: 3.7
15
14
  Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
- Requires-Dist: cffi == 1.15.1;platform_system=='Linux' and python_version == '3.7'
20
- Requires-Dist: cffi == 1.16.0;platform_system=='Linux' and python_version > '3.7'
18
+ Requires-Dist: cffi>=1.16.0,<1.17; platform_system=='Linux'
21
19
  Requires-Dist: pywin32 >= 303;platform_system=='Windows'
22
20
  Requires-Dist: ansys-pythonnet >= 3.1.0rc3
23
21
  Requires-Dist: dotnetcore2 ==3.1.23;platform_system=='Linux'
24
- Requires-Dist: ansys-sphinx-theme==0.13.1 ; extra == "doc"
25
- Requires-Dist: imageio==2.34.0 ; extra == "doc"
26
- Requires-Dist: imageio-ffmpeg==0.4.9 ; extra == "doc"
27
- Requires-Dist: ipython==8.13.0 ; extra == "doc" and ( python_version < '3.9')
28
- Requires-Dist: ipython==8.22.2 ; extra == "doc" and ( python_version >= '3.9')
29
- Requires-Dist: ipywidgets==8.1.1 ; extra == "doc"
30
- Requires-Dist: jupyterlab==4.1.3 ; extra == "doc"
31
- Requires-Dist: matplotlib==3.5.3 ; extra == "doc" and ( python_version == '3.7')
32
- Requires-Dist: matplotlib==3.7.3 ; extra == "doc" and ( python_version == '3.8')
33
- Requires-Dist: matplotlib==3.8.2 ; extra == "doc" and ( python_version > '3.8')
34
- Requires-Dist: nbsphinx==0.9.3 ; extra == "doc"
35
- Requires-Dist: numpydoc==1.5.0 ; extra == "doc" and ( python_version == '3.7')
36
- Requires-Dist: numpydoc==1.6.0 ; extra == "doc" and ( python_version > '3.7')
37
- Requires-Dist: pypandoc==1.13 ; extra == "doc"
38
- Requires-Dist: pytest-sphinx==0.5.0 ; extra == "doc"
39
- Requires-Dist: recommonmark==0.7.1 ; extra == "doc"
40
- Requires-Dist: Sphinx==7.1.2 ; extra == "doc" and ( python_version <= '3.9')
41
- Requires-Dist: Sphinx==7.2.6 ; extra == "doc" and ( python_version >= '3.9')
42
- Requires-Dist: sphinx-autobuild==2021.3.14 ; extra == "doc"
43
- Requires-Dist: sphinx-autodoc-typehints==1.24.0 ; extra == "doc"
44
- Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
45
- Requires-Dist: sphinx-gallery==0.14.0 ; extra == "doc"
46
- Requires-Dist: sphinx-notfound-page==1.0.0 ; extra == "doc"
47
- Requires-Dist: sphinxcontrib-websupport==1.2.4 ; extra == "doc" and ( python_version <= '3.9')
48
- Requires-Dist: sphinxcontrib-websupport==1.2.5 ; extra == "doc" and ( python_version <= '3.7')
49
- Requires-Dist: sphinx_design ; extra == "doc"
50
- Requires-Dist: sphinx_jinja ; extra == "doc"
51
- Requires-Dist: matplotlib==3.5.3 ; extra == "full" and ( python_version == '3.7')
52
- Requires-Dist: matplotlib==3.7.3 ; extra == "full" and ( python_version == '3.8')
53
- Requires-Dist: matplotlib==3.8.2 ; extra == "full" and ( python_version > '3.8')
54
- Requires-Dist: numpy==1.21.6 ; extra == "full" and ( python_version <= '3.9')
55
- Requires-Dist: numpy==1.26.0 ; extra == "full" and ( python_version > '3.9')
56
- Requires-Dist: pandas==1.3.5 ; extra == "full" and ( python_version == '3.7')
57
- Requires-Dist: pandas==2.0.3 ; extra == "full" and ( python_version == '3.9')
58
- Requires-Dist: pandas==2.1.1 ; extra == "full" and ( python_version > '3.9')
59
- Requires-Dist: matplotlib==3.5.3 ; extra == "tests" and ( python_version == '3.7')
60
- Requires-Dist: matplotlib==3.7.3 ; extra == "tests" and ( python_version == '3.8')
61
- Requires-Dist: matplotlib==3.8.2 ; extra == "tests" and ( python_version > '3.8')
62
- Requires-Dist: numpy==1.21.6 ; extra == "tests" and ( python_version <= '3.9')
63
- Requires-Dist: numpy==1.26.0 ; extra == "tests" and ( python_version > '3.9')
64
- Requires-Dist: mock ; extra == "tests"
65
- Requires-Dist: pandas==1.3.5 ; extra == "tests" and ( python_version == '3.7')
66
- Requires-Dist: pandas==2.0.3 ; extra == "tests" and ( python_version == '3.8')
67
- Requires-Dist: pandas==2.1.1 ; extra == "tests" and ( python_version > '3.9')
68
- Requires-Dist: pytest==7.4.3 ; extra == "tests"
69
- Requires-Dist: pytest-cov==4.1.0 ; extra == "tests"
70
- Requires-Dist: pytest-xdist==3.3.1 ; extra == "tests"
22
+ Requires-Dist: pydantic>=2.6.4,<2.7
23
+ Requires-Dist: toml == 0.10.2
24
+ Requires-Dist: ansys-sphinx-theme>=0.10.0,<0.15 ; extra == "doc"
25
+ Requires-Dist: imageio>=2.30.0,<2.35 ; extra == "doc"
26
+ Requires-Dist: ipython>=8.13.0,<8.24 ; extra == "doc"
27
+ Requires-Dist: jupyterlab>=4.0.0,<4.3 ; extra == "doc"
28
+ Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "doc"
29
+ Requires-Dist: nbsphinx>=0.9.0,<0.10 ; extra == "doc"
30
+ Requires-Dist: numpydoc>=1.5.0,<1.8 ; extra == "doc"
31
+ Requires-Dist: pypandoc>=1.10.0,<1.14 ; extra == "doc"
32
+ Requires-Dist: recommonmark ; extra == "doc"
33
+ Requires-Dist: Sphinx>=7.1.0,<7.3 ; extra == "doc"
34
+ Requires-Dist: sphinx-autobuild==2021.3.14 ; extra == "doc" and ( python_version == '3.8')
35
+ Requires-Dist: sphinx-autobuild==2024.2.4 ; extra == "doc" and ( python_version > '3.8')
36
+ Requires-Dist: sphinx-copybutton>=0.5.0,<0.6 ; extra == "doc"
37
+ Requires-Dist: sphinx-gallery>=0.14.0,<0.16 ; extra == "doc"
38
+ Requires-Dist: sphinx_design>=0.4.0,<0.6 ; extra == "doc"
39
+ Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "full"
40
+ Requires-Dist: numpy>=1.20.0,<2 ; extra == "full"
41
+ Requires-Dist: pandas>=1.1.0,<2.3 ; extra == "full"
42
+ Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "tests"
43
+ Requires-Dist: numpy>=1.20.0,<2 ; extra == "tests"
44
+ Requires-Dist: mock>=5.1.0,<5.2 ; extra == "tests"
45
+ Requires-Dist: pandas>=1.1.0,<2.3 ; extra == "tests"
46
+ Requires-Dist: pytest>=7.4.0,<8.2 ; extra == "tests"
47
+ Requires-Dist: pytest-cov>=4.0.0,<5.1 ; extra == "tests"
48
+ Requires-Dist: pytest-xdist>=3.5.0,<3.6 ; extra == "tests"
71
49
  Project-URL: Bugs, https://github.com/ansys/pyedb/issues
72
50
  Project-URL: Discussions, https://github.com/ansys/pyedb/discussions
73
51
  Project-URL: Documentation, https://edb.docs.pyansys.com
@@ -87,7 +65,7 @@ Provides-Extra: tests
87
65
  # PyEDB
88
66
 
89
67
  [![PyAnsys](https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC)](https://docs.pyansys.com/)
90
- [![PythonVersion](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
68
+ [![PythonVersion](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
91
69
  [![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
92
70
 
93
71
  ## What is PyEDB?
@@ -1,67 +1,70 @@
1
- pyedb/__init__.py,sha256=j3Je_-r2pKNFGU89VTUHY4K3735fjPYgbCslD-6nUEk,1520
1
+ pyedb/__init__.py,sha256=Ziohb_1Kw3oE3FyJRAhOLfXLe5czlRV7wZBEpih0qio,1520
2
2
  pyedb/edb_logger.py,sha256=NqxENWU088HzX5aLWU9oM2f64NCDTAaE52nYYRc6kT4,14472
3
+ pyedb/exceptions.py,sha256=n94xluzUks6BA24vd_L6HkrvoP_H_l6__hQmqzdCyPo,111
3
4
  pyedb/siwave.py,sha256=UY7142oB-eG7JZXRiXHg-K8pM6hHDhJpM6jhc2EzC3I,10056
4
5
  pyedb/dotnet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- pyedb/dotnet/clr_module.py,sha256=W4_6KTrh9GFV3Lp3tkozFBaEzNCD-trQgCAt0qlGbUM,3406
6
- pyedb/dotnet/edb.py,sha256=Sptj0geQrg42e5lU9CGghjLTmMZ3WXcr5FZ5HZJQA-A,169846
6
+ pyedb/dotnet/clr_module.py,sha256=Mo13Of3DVSA5HR-5xZEXOiHApIKy52CUxtJ2gPkEu1A,3406
7
+ pyedb/dotnet/edb.py,sha256=0eisxTzvJqvWR-02zbgjL3oxlrAj47JWlL6Txd7Ob9M,169918
7
8
  pyedb/dotnet/application/Variables.py,sha256=nov1kIyJO25iz8pvbU3MK1meMpRLwtISmzYqJhc7Ouo,79042
8
9
  pyedb/dotnet/application/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
10
  pyedb/dotnet/edb_core/__init__.py,sha256=nIRLJ8VZLcMAp12zmGsnZ5x2BEEl7q_Kj_KAOXxVjpQ,52
10
- pyedb/dotnet/edb_core/components.py,sha256=mmYT-Ih_6AJl-LlpQ46VR1Cl5UezhUBTjbnfRGs7REk,103018
11
- pyedb/dotnet/edb_core/configuration.py,sha256=PGHko8wP6l-weygbovW8feQn_ZEC2ktxo8w1xLk-Ktw,19089
11
+ pyedb/dotnet/edb_core/components.py,sha256=j1xPzxfXLKSrlqBIulSESEHz5lcyRZ70bDxC8K2PZWY,103052
12
+ pyedb/dotnet/edb_core/configuration.py,sha256=140XHSlTdi-R3-HA5tZArI_nQ_6NmzAFgp5ufbnUhuU,32032
12
13
  pyedb/dotnet/edb_core/general.py,sha256=QP6lqNEcqCdj_hSKhfKbmJ2hGBOYkhjPtsVEmyrO8KU,4726
13
- pyedb/dotnet/edb_core/hfss.py,sha256=s7bB9y6GQnCtCKkPiFEE-RDlty6Bm7VGKiCS6IUfW_M,68332
14
- pyedb/dotnet/edb_core/layout.py,sha256=6J69PKBIbu2L71aPmOOrNqziPZcLFTBJh4qSu4wawUU,48277
14
+ pyedb/dotnet/edb_core/hfss.py,sha256=O81AB-0it9kIWTfUDaw5Frfq3EVRl0adcAurJZUIDuk,68343
15
+ pyedb/dotnet/edb_core/layout.py,sha256=Sde2-8E-sGiO0JvjY31ydlq0QZrVkutbT_afp1FkK0w,50907
15
16
  pyedb/dotnet/edb_core/layout_validation.py,sha256=7Wj_VSAJOSA-RKOPgJXO-y9i6vfgJ4V9vxx0M1g1NUI,11798
16
- pyedb/dotnet/edb_core/materials.py,sha256=eGGiC8p2QZc9-djslGAQSohNpjUBGPkjmRlvdCDwWFc,38948
17
+ pyedb/dotnet/edb_core/materials.py,sha256=1uHxKK76FjRPP4eZ4lAQeoWtiLAJPbJfTICpEF1c8UM,43342
17
18
  pyedb/dotnet/edb_core/net_class.py,sha256=lr-7Z0Q1A2fshxwjrIOmQSZnEBYe0NoxuUuJT6vYdyA,11857
18
- pyedb/dotnet/edb_core/nets.py,sha256=6C1vKDQtiO31fRU0I4VscNCck3mWIjKzXVWiVsIOIWQ,43809
19
- pyedb/dotnet/edb_core/padstack.py,sha256=cOSnkSWXE_YhkfFvhfZvS6kRK7syD7VjtKa3hZ-RfAM,52569
20
- pyedb/dotnet/edb_core/siwave.py,sha256=Vq8j-UJo9g4GSgL7K8Ck76AUdp_FiVdO5ySe43qQd-U,60727
21
- pyedb/dotnet/edb_core/stackup.py,sha256=N6eOGvrwV30THSS0Xy_kYAhbydBRmesl2ZhRwT23Izo,113137
19
+ pyedb/dotnet/edb_core/nets.py,sha256=OR7D-WerPb-cT2kc-uj7iC9Ds9fr3n7EeyCLHZGgGw0,43851
20
+ pyedb/dotnet/edb_core/padstack.py,sha256=XT7S_RgOtYAr4G67EKXbbxsDeb6wMHC6Y_YMDljuMR4,54540
21
+ pyedb/dotnet/edb_core/siwave.py,sha256=wdTPV9166jpIitVubJa0BvjfMSEj1Xyvm4mK1Zqaa18,61143
22
+ pyedb/dotnet/edb_core/stackup.py,sha256=h2oWWl_LmwA3gXrfU3W0jVg5L3QCCc4rSMZom5xIH20,114967
22
23
  pyedb/dotnet/edb_core/cell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
24
  pyedb/dotnet/edb_core/cell/hierarchy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- pyedb/dotnet/edb_core/cell/hierarchy/model.py,sha256=IeXsmxGfJjjvXF-WWEz8rxCkMNAfHp-sWVCiQRHF6SY,2915
25
+ pyedb/dotnet/edb_core/cell/hierarchy/model.py,sha256=5Avq39gZuJhd5gi3o9ZIwTy2wmUQ8Cg8fMgbLTi2qTw,3318
25
26
  pyedb/dotnet/edb_core/definition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- pyedb/dotnet/edb_core/definition/component_def.py,sha256=Jb-rJCYVz-XPWO1U4StPSj3eERb-VhAs9Hmt_xPlHm4,6389
27
+ pyedb/dotnet/edb_core/definition/component_def.py,sha256=uKIxD9P4b23HSgj2pJnZPCN3w9AH0gLdr9lveAm3eRU,6752
27
28
  pyedb/dotnet/edb_core/definition/component_model.py,sha256=vWH9AyFgyKDhcMcAOlhcMXmiSBcUn_F4JDdbHupKauw,2038
28
29
  pyedb/dotnet/edb_core/definition/definition_obj.py,sha256=-SEF9iGeTvwAZOg5-Mjwlnw-vLdpVHSzXziBWOhRHrE,1559
29
30
  pyedb/dotnet/edb_core/definition/definitions.py,sha256=6McCzGTkXNsj1wc3Jp6xpF04RTitlm2YGmiKCkbl414,2136
30
- pyedb/dotnet/edb_core/definition/package_def.py,sha256=zJz99X-hT7pr5HmXWQM3lPPZGVkHU2LyuTf9er8NVBc,3995
31
+ pyedb/dotnet/edb_core/definition/package_def.py,sha256=KQgwoo4tjT4mk4jXFGOWo98LDo29Bj9oANdJRkn7YI8,4964
31
32
  pyedb/dotnet/edb_core/dotnet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
33
  pyedb/dotnet/edb_core/dotnet/database.py,sha256=Yeps02zefBKrfM46gujEUlgj4esrjmUqWsZWNoFy8sM,37597
33
34
  pyedb/dotnet/edb_core/dotnet/layout.py,sha256=_3lKFvEqA5S66yF_FSX5HbLsFNFpsigRsaN3Rj02pFk,8904
34
35
  pyedb/dotnet/edb_core/dotnet/primitive.py,sha256=VGZ_QNfdYhHDU4vq7fRUTinBfDyYTIY7SBysQK0-2SM,48320
35
36
  pyedb/dotnet/edb_core/edb_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- pyedb/dotnet/edb_core/edb_data/components_data.py,sha256=G8JSPvj3cXulOZL3XROrXc3U6GHD0xT21fZwbElw9tY,37020
37
+ pyedb/dotnet/edb_core/edb_data/components_data.py,sha256=VNRNTk4WGVj7lC15xUKLzlFZu4h16PcFn4nZFHyjjCE,37235
37
38
  pyedb/dotnet/edb_core/edb_data/connectable.py,sha256=Mp2JEpHHWWnTGpVSfRfP4ATNqWD1l87ECAOS61Cd5rQ,4265
38
39
  pyedb/dotnet/edb_core/edb_data/control_file.py,sha256=2Gfrs8qW3N7y0A8ynAlKQpA6q9RU21zmW7B2MMyTjN0,48425
39
40
  pyedb/dotnet/edb_core/edb_data/design_options.py,sha256=RO9ip-T5Bfxpsl97_QEk0qDZsza3tLzIX2t25XLutys,2057
40
41
  pyedb/dotnet/edb_core/edb_data/edbvalue.py,sha256=Vj_11HXsQUNavizKp5FicORm6cjhXRh9uvxhv_D_RJc,1977
41
- pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py,sha256=vuroh8c1TdhhsIY66jC_pZU9M-5Uh6bHQEerlxxQhTg,13034
42
- pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py,sha256=ZBFgUv8JCsRafcYlzbJlDA7qoy3OJt7YQBFwwtXAaNQ,48943
43
- pyedb/dotnet/edb_core/edb_data/layer_data.py,sha256=rt2SdOI2_ORjWnheMi8l_uhzPAZaNr9dt4_RaL4ViLQ,21620
42
+ pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py,sha256=5koQSKdYC6Deh4haLUDAxnHlRa-j5S6g4eyAfiGgZP8,13190
43
+ pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py,sha256=FtNyCgJ4ioUxOi6cMgtjsDdLLnETybJJBMizC4ZPeOo,48944
44
+ pyedb/dotnet/edb_core/edb_data/layer_data.py,sha256=lQRIJsfp3I1SviYwwIRMejFVNf0hjyDIDl8EHP3vJ08,21880
44
45
  pyedb/dotnet/edb_core/edb_data/nets_data.py,sha256=iULEOUsn3sfLT5FVY_4lMWTm0KzC-01AZ-aYIkM0U-k,9933
45
46
  pyedb/dotnet/edb_core/edb_data/obj_base.py,sha256=7Tlc-ieJjnCw5AM2T-Z_csxNxcg0Zf_L7rsyTJEvv6g,1882
46
- pyedb/dotnet/edb_core/edb_data/padstacks_data.py,sha256=enSH8S4fE2FfI8Bha78ihsrj4Hz5k-6sFcziNJ2OjWY,78068
47
+ pyedb/dotnet/edb_core/edb_data/padstacks_data.py,sha256=T7m7s5KAZB-gZ9wrPw6k2Yoon6uwCfJSOeg2hvyX1LI,78754
47
48
  pyedb/dotnet/edb_core/edb_data/ports.py,sha256=FYxB2rDUtN_OsYAbodXbc5mA_d0BUebmin_B5kkUw3U,9223
48
- pyedb/dotnet/edb_core/edb_data/primitives_data.py,sha256=PcZJt8EUVrRHduHqfGnFVRMWjWOo0gPZlyHybCwDPDU,47999
49
+ pyedb/dotnet/edb_core/edb_data/primitives_data.py,sha256=LpnZoY1tsapxm6mJ3jJrzdwOgTiJKvqIxoq9pkqgAD0,48059
49
50
  pyedb/dotnet/edb_core/edb_data/simulation_configuration.py,sha256=0U5sHLn8rvQFOveRQE3Y84TGk0-DUfOnbvEO6Iffya4,99967
50
- pyedb/dotnet/edb_core/edb_data/simulation_setup.py,sha256=uQMKL4cwWQkPD53BENHF9uyt1NxtPW0dMVAOPdI8gUM,23967
51
- pyedb/dotnet/edb_core/edb_data/siwave_simulation_setup_data.py,sha256=weCL2nunjLBKiiIDjQ6GpHMgGCTklJgnhcWs5EOd_Og,42155
52
- pyedb/dotnet/edb_core/edb_data/sources.py,sha256=jo3xa9_mFQjusMzkK_9xMiKOpt8P3Tpfu6NAexa5-oo,14943
51
+ pyedb/dotnet/edb_core/edb_data/siwave_simulation_setup_data.py,sha256=wnSEGZwry6XdvjqpxAs8OpQOUGeEguamM_KfA8m_Y_4,42156
52
+ pyedb/dotnet/edb_core/edb_data/sources.py,sha256=XmdpOdlpBa3QiYFY0cRtVIolt4nvUR9Ptk5YnRVvU4c,15342
53
53
  pyedb/dotnet/edb_core/edb_data/terminals.py,sha256=m2kch7Md-MSGUEbKFW8m8RpBzq6lNMFdgPgOtDUbsMA,25287
54
54
  pyedb/dotnet/edb_core/edb_data/utilities.py,sha256=3wZqOJ35eisOwOPKOs-bvJ8kmd62e46EiFuiFtsroB4,4928
55
55
  pyedb/dotnet/edb_core/edb_data/variables.py,sha256=LS1jZPOYgRvf4cyKf_x8hI9Brs-qbh4wrHu_QGLElrg,3501
56
+ pyedb/dotnet/edb_core/utilities/__init__.py,sha256=8jByHkoaowAYQTCww-zRrTQmN061fLz_OHjTLSrzQQY,58
57
+ pyedb/dotnet/edb_core/utilities/heatsink.py,sha256=7G7Yx9TxbL5EAiR51MnhdRiAQBVf-d0hKsXDw5OYX2Q,2220
58
+ pyedb/dotnet/edb_core/utilities/simulation_setup.py,sha256=uQMKL4cwWQkPD53BENHF9uyt1NxtPW0dMVAOPdI8gUM,23967
56
59
  pyedb/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
60
  pyedb/generic/constants.py,sha256=prWLZH0-SeBIVK6LHZ4SGZFQCofuym2TuQYfdqwhuSQ,28956
58
61
  pyedb/generic/data_handlers.py,sha256=oyYFwdjt0CxdOxgFDmnBlOFICt2twFLsMyELuQ1kFjE,7137
59
62
  pyedb/generic/design_types.py,sha256=qHyIaz-Vd3ra4CP9xER76-nGRonYmSAiI3Dr8YPUeH8,4354
60
- pyedb/generic/filesystem.py,sha256=sbZIHGlCTAyhDO5oDWFhJPGnyzlgvqaLt7saxeKqzsQ,3763
61
- pyedb/generic/general_methods.py,sha256=Cc_8qbQQ6GUhLuxpk-B3CSChLM43rQQOhrKy_KSFpz0,43394
63
+ pyedb/generic/filesystem.py,sha256=SwvXv1T05SrC9TPtK88joQoU5Ab7hYjrp5NncFeH7kM,3941
64
+ pyedb/generic/general_methods.py,sha256=ifabLBxrYmah2XOMyKrx-G53DJlfPY9hgAW8NT4e73U,43608
62
65
  pyedb/generic/plot.py,sha256=1P9jxzpZDKy7FobBkqezcU8c-Xq5trxS6iBNNLXpFJ0,4901
63
- pyedb/generic/process.py,sha256=ZO7B0JoTAW9AZr3TI_a3pCAuU15ljAta6wAvWh6k_ss,11103
64
- pyedb/generic/settings.py,sha256=nZT58TkrleIcdJ2CgosnHeu5L_MO6Lw7SskkSiItvds,8583
66
+ pyedb/generic/process.py,sha256=9goCXrW3Su-8WuV5f6YqzY-Pl9EMFEd50KFN5AJXZGc,11206
67
+ pyedb/generic/settings.py,sha256=0iqEJaDec7wHM4br7FNbs_BaK476VKEnQKRVr6gW1Ko,8967
65
68
  pyedb/ipc2581/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
69
  pyedb/ipc2581/history_record.py,sha256=s1GjcIgnZHlNCBOeEERBDX7xDuqhXmh2Ctt3ccFDWso,2739
67
70
  pyedb/ipc2581/ipc2581.py,sha256=Y9d1PdbbMMwTUg0Ai-HKwDhJV0fCy8thRHyCFOPF4Ck,22685
@@ -124,7 +127,7 @@ pyedb/misc/siw_feature_config/emc/net_tags.py,sha256=HVYOQacmaLr6Mvf7FqZhqbhtqJL
124
127
  pyedb/misc/siw_feature_config/emc/tag_library.py,sha256=yUK4w3hequU017E2DbkA4KE2MWIh1R6bfJBrevlDx6g,1557
125
128
  pyedb/misc/siw_feature_config/emc/xml_generic.py,sha256=55X-V0OxWq-v7FTiDVjaZif8V_2xxsvJlJ8bs9Bf61I,2521
126
129
  pyedb/modeler/geometry_operators.py,sha256=LDqEaeerw9H8Yva-SJhX3Afdni08OciO9t5G0c_tdqs,66820
127
- pyedb-0.6.0.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
128
- pyedb-0.6.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
129
- pyedb-0.6.0.dist-info/METADATA,sha256=Dvvy5Ff48JEBJDc-dAHW05WXu6H2KeX1CEKgUHDU1gY,10185
130
- pyedb-0.6.0.dist-info/RECORD,,
130
+ pyedb-0.7.1.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
131
+ pyedb-0.7.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
132
+ pyedb-0.7.1.dist-info/METADATA,sha256=SFs8Tnpk9Z0u0o3nSVUuQRyMXqDSXHjU4U9a8wA9Gpo,8321
133
+ pyedb-0.7.1.dist-info/RECORD,,
File without changes
File without changes