pyedb 0.22.0__tar.gz → 0.22.1__tar.gz

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 (189) hide show
  1. {pyedb-0.22.0 → pyedb-0.22.1}/PKG-INFO +1 -1
  2. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/__init__.py +1 -1
  3. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb.py +28 -3
  4. pyedb-0.22.0/src/pyedb/dotnet/edb_core/edb_data/hfss_pi_simulation_setup_data.py +0 -0
  5. {pyedb-0.22.0 → pyedb-0.22.1}/LICENSE +0 -0
  6. {pyedb-0.22.0 → pyedb-0.22.1}/README.md +0 -0
  7. {pyedb-0.22.0 → pyedb-0.22.1}/pyproject.toml +0 -0
  8. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/component_libraries/ansys_components.py +0 -0
  9. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/__init__.py +0 -0
  10. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_boundaries.py +0 -0
  11. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_common.py +0 -0
  12. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_components.py +0 -0
  13. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_data.py +0 -0
  14. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_general.py +0 -0
  15. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_nets.py +0 -0
  16. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_operations.py +0 -0
  17. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_package_definition.py +0 -0
  18. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_padstacks.py +0 -0
  19. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
  20. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
  21. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
  22. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_setup.py +0 -0
  23. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_spice_models.py +0 -0
  24. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/cfg_stackup.py +0 -0
  25. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/configuration/configuration.py +0 -0
  26. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/__init__.py +0 -0
  27. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/application/Variables.py +0 -0
  28. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/application/__init__.py +0 -0
  29. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/clr_module.py +0 -0
  30. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/__init__.py +0 -0
  31. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/__init__.py +0 -0
  32. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/connectable.py +0 -0
  33. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/__init__.py +0 -0
  34. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/component.py +0 -0
  35. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/hierarchy_obj.py +0 -0
  36. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/model.py +0 -0
  37. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/netlist_model.py +0 -0
  38. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/pin_pair_model.py +0 -0
  39. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/s_parameter_model.py +0 -0
  40. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/spice_model.py +0 -0
  41. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/layout.py +0 -0
  42. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/layout_obj.py +0 -0
  43. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/primitive.py +0 -0
  44. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/__init__.py +0 -0
  45. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/bundle_terminal.py +0 -0
  46. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/edge_terminal.py +0 -0
  47. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/padstack_instance_terminal.py +0 -0
  48. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/pingroup_terminal.py +0 -0
  49. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py +0 -0
  50. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/terminal/terminal.py +0 -0
  51. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/cell/voltage_regulator.py +0 -0
  52. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/components.py +0 -0
  53. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/__init__.py +0 -0
  54. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/component_def.py +0 -0
  55. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/component_model.py +0 -0
  56. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/definition_obj.py +0 -0
  57. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/definitions.py +0 -0
  58. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/definition/package_def.py +0 -0
  59. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/dotnet/__init__.py +0 -0
  60. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/dotnet/database.py +0 -0
  61. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/dotnet/primitive.py +0 -0
  62. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/__init__.py +0 -0
  63. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/control_file.py +0 -0
  64. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/design_options.py +0 -0
  65. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/edbvalue.py +0 -0
  66. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +0 -0
  67. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/layer_data.py +0 -0
  68. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/nets_data.py +0 -0
  69. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/padstacks_data.py +0 -0
  70. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/ports.py +0 -0
  71. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/primitives_data.py +0 -0
  72. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py +0 -0
  73. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py +0 -0
  74. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/sources.py +0 -0
  75. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/utilities.py +0 -0
  76. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/edb_data/variables.py +0 -0
  77. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/general.py +0 -0
  78. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/geometry/__init__.py +0 -0
  79. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/geometry/point_data.py +0 -0
  80. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/geometry/polygon_data.py +0 -0
  81. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/hfss.py +0 -0
  82. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/layout_obj_instance.py +0 -0
  83. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/layout_validation.py +0 -0
  84. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/materials.py +0 -0
  85. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/modeler.py +0 -0
  86. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/net_class.py +0 -0
  87. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/nets.py +0 -0
  88. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/padstack.py +0 -0
  89. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/__init__.py +0 -0
  90. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/__init__.py +0 -0
  91. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/adaptive_frequency_data.py +0 -0
  92. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py +0 -0
  93. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/settings.py +0 -0
  94. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sim_setup_info.py +0 -0
  95. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/simulation_settings.py +0 -0
  96. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
  97. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sweep_data.py +0 -0
  98. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/io/__init__.py +0 -0
  99. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/sim_setup_data/io/siwave.py +0 -0
  100. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/siwave.py +0 -0
  101. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/stackup.py +0 -0
  102. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/__init__.py +0 -0
  103. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/heatsink.py +0 -0
  104. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/hfss_simulation_setup.py +0 -0
  105. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/obj_base.py +0 -0
  106. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/simulation_setup.py +0 -0
  107. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/dotnet/edb_core/utilities/siwave_simulation_setup.py +0 -0
  108. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/edb_logger.py +0 -0
  109. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/exceptions.py +0 -0
  110. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/__init__.py +0 -0
  111. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/constants.py +0 -0
  112. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/data_handlers.py +0 -0
  113. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/design_types.py +0 -0
  114. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/filesystem.py +0 -0
  115. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/general_methods.py +0 -0
  116. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/plot.py +0 -0
  117. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/process.py +0 -0
  118. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/generic/settings.py +0 -0
  119. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/__init__.py +0 -0
  120. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/bom/__init__.py +0 -0
  121. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/bom/bom.py +0 -0
  122. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
  123. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
  124. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/bom/refdes.py +0 -0
  125. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/__init__.py +0 -0
  126. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/color.py +0 -0
  127. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/content.py +0 -0
  128. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
  129. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
  130. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
  131. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/entry_color.py +0 -0
  132. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/entry_line.py +0 -0
  133. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/fill.py +0 -0
  134. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
  135. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
  136. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
  137. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
  138. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
  139. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
  140. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
  141. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
  142. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
  143. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
  144. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
  145. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
  146. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
  147. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
  148. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
  149. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
  150. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
  151. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
  152. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
  153. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
  154. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
  155. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
  156. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
  157. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
  158. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
  159. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
  160. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
  161. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
  162. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
  163. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ecad/spec.py +0 -0
  164. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/history_record.py +0 -0
  165. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/ipc2581.py +0 -0
  166. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/ipc2581/logistic_header.py +0 -0
  167. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/__init__.py +0 -0
  168. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
  169. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/downloads.py +0 -0
  170. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/misc.py +0 -0
  171. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
  172. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
  173. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
  174. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
  175. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
  176. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
  177. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
  178. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
  179. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
  180. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
  181. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
  182. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
  183. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
  184. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
  185. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/misc/utilities.py +0 -0
  186. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/modeler/geometry_operators.py +0 -0
  187. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/siwave.py +0 -0
  188. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/siwave_core/icepak.py +0 -0
  189. {pyedb-0.22.0 → pyedb-0.22.1}/src/pyedb/workflow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyedb
3
- Version: 0.22.0
3
+ Version: 0.22.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>
@@ -44,7 +44,7 @@ deprecation_warning()
44
44
  #
45
45
 
46
46
  pyedb_path = os.path.dirname(__file__)
47
- __version__ = "0.22.0"
47
+ __version__ = "0.22.1"
48
48
  version = __version__
49
49
 
50
50
  #
@@ -37,6 +37,7 @@ import time
37
37
  import traceback
38
38
  from typing import Union
39
39
  import warnings
40
+ from zipfile import ZipFile as zpf
40
41
 
41
42
  import rtree
42
43
 
@@ -118,7 +119,7 @@ class Edb(Database):
118
119
  edbpath : str, optional
119
120
  Full path to the ``aedb`` folder. The variable can also contain
120
121
  the path to a layout to import. Allowed formats are BRD, MCM,
121
- XML (IPC2581), GDS, and DXF. The default is ``None``.
122
+ XML (IPC2581), GDS, ODB++(TGZ and ZIP) and DXF. The default is ``None``.
122
123
  For GDS import, the Ansys control file (also XML) should have the same
123
124
  name as the GDS file. Only the file extension differs.
124
125
  cellname : str, optional
@@ -221,7 +222,31 @@ class Edb(Database):
221
222
  if not isreadonly:
222
223
  self._check_remove_project_files(edbpath, remove_existing_aedt)
223
224
 
224
- if edbpath[-3:] in ["brd", "mcm", "sip", "gds", "xml", "dxf", "tgz", "anf"]:
225
+ if edbpath[-3:] == "zip":
226
+ self.edbpath = edbpath[:-4] + ".aedb"
227
+ working_dir = os.path.dirname(edbpath)
228
+ zipped_file = zpf(edbpath, "r")
229
+ top_level_folders = {item.split("/")[0] for item in zipped_file.namelist()}
230
+ if len(top_level_folders) == 1:
231
+ self.logger.info("Unzipping ODB++...")
232
+ zipped_file.extractall(working_dir)
233
+ else:
234
+ self.logger.info("Unzipping ODB++ before translating to EDB...")
235
+ zipped_file.extractall(edbpath[:-4])
236
+ self.logger.info("ODB++ unzipped successfully.")
237
+ zipped_file.close()
238
+ control_file = None
239
+ if technology_file:
240
+ if os.path.splitext(technology_file)[1] == ".xml":
241
+ control_file = technology_file
242
+ else:
243
+ control_file = convert_technology_file(technology_file, edbversion=edbversion)
244
+ self.logger.info("Translating ODB++ to EDB...")
245
+ self.import_layout_pcb(edbpath[:-4], working_dir, use_ppe=use_ppe, control_file=control_file)
246
+ if settings.enable_local_log_file and self.log_name:
247
+ self._logger.add_file_logger(self.log_name, "Edb")
248
+ self.logger.info("EDB %s was created correctly from %s file.", self.edbpath, edbpath)
249
+ elif edbpath[-3:] in ["brd", "mcm", "sip", "gds", "xml", "dxf", "tgz", "anf"]:
225
250
  self.edbpath = edbpath[:-4] + ".aedb"
226
251
  working_dir = os.path.dirname(edbpath)
227
252
  control_file = None
@@ -581,7 +606,7 @@ class Edb(Database):
581
606
  ):
582
607
  """Import a board file and generate an ``edb.def`` file in the working directory.
583
608
 
584
- This function supports all AEDT formats, including DXF, GDS, SML (IPC2581), BRD, MCM and TGZ.
609
+ This function supports all AEDT formats, including DXF, GDS, SML (IPC2581), BRD, MCM, SIP, ZIP and TGZ.
585
610
 
586
611
  Parameters
587
612
  ----------
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes