pyedb 0.40.0__tar.gz → 0.41.0__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 (288) hide show
  1. {pyedb-0.40.0 → pyedb-0.41.0}/PKG-INFO +1 -1
  2. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/__init__.py +1 -1
  3. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/padstacks_data.py +80 -3
  4. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/edb.py +18 -0
  5. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/edb.py +18 -0
  6. {pyedb-0.40.0 → pyedb-0.41.0}/LICENSE +0 -0
  7. {pyedb-0.40.0 → pyedb-0.41.0}/README.md +0 -0
  8. {pyedb-0.40.0 → pyedb-0.41.0}/pyproject.toml +0 -0
  9. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/common/__init__.py +0 -0
  10. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/common/nets.py +0 -0
  11. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/component_libraries/ansys_components.py +0 -0
  12. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/__init__.py +0 -0
  13. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_boundaries.py +0 -0
  14. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_common.py +0 -0
  15. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_components.py +0 -0
  16. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_data.py +0 -0
  17. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_general.py +0 -0
  18. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_modeler.py +0 -0
  19. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_nets.py +0 -0
  20. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_operations.py +0 -0
  21. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_package_definition.py +0 -0
  22. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_padstacks.py +0 -0
  23. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
  24. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
  25. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
  26. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_setup.py +0 -0
  27. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_spice_models.py +0 -0
  28. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/cfg_stackup.py +0 -0
  29. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/configuration/configuration.py +0 -0
  30. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/__init__.py +0 -0
  31. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/clr_module.py +0 -0
  32. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/Variables.py +0 -0
  33. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/__init__.py +0 -0
  34. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/__init__.py +0 -0
  35. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/connectable.py +0 -0
  36. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/__init__.py +0 -0
  37. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/component.py +0 -0
  38. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/hierarchy_obj.py +0 -0
  39. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/model.py +0 -0
  40. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/netlist_model.py +0 -0
  41. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/pin_pair_model.py +0 -0
  42. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/s_parameter_model.py +0 -0
  43. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/hierarchy/spice_model.py +0 -0
  44. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/layout.py +0 -0
  45. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/layout_obj.py +0 -0
  46. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/primitive/__init__.py +0 -0
  47. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/primitive/bondwire.py +0 -0
  48. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/primitive/path.py +0 -0
  49. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/primitive/primitive.py +0 -0
  50. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/__init__.py +0 -0
  51. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/bundle_terminal.py +0 -0
  52. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/edge_terminal.py +0 -0
  53. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/padstack_instance_terminal.py +0 -0
  54. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/pingroup_terminal.py +0 -0
  55. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/point_terminal.py +0 -0
  56. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/terminal/terminal.py +0 -0
  57. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/cell/voltage_regulator.py +0 -0
  58. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/components.py +0 -0
  59. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/__init__.py +0 -0
  60. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/component_def.py +0 -0
  61. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/component_model.py +0 -0
  62. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/definition_obj.py +0 -0
  63. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/definitions.py +0 -0
  64. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/definition/package_def.py +0 -0
  65. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/dotnet/__init__.py +0 -0
  66. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/dotnet/database.py +0 -0
  67. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/dotnet/primitive.py +0 -0
  68. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/__init__.py +0 -0
  69. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/control_file.py +0 -0
  70. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/design_options.py +0 -0
  71. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/edbvalue.py +0 -0
  72. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/hfss_extent_info.py +0 -0
  73. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/layer_data.py +0 -0
  74. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/nets_data.py +0 -0
  75. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/ports.py +0 -0
  76. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/primitives_data.py +0 -0
  77. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py +0 -0
  78. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/simulation_configuration.py +0 -0
  79. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/sources.py +0 -0
  80. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/utilities.py +0 -0
  81. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/edb_data/variables.py +0 -0
  82. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/general.py +0 -0
  83. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/geometry/__init__.py +0 -0
  84. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/geometry/point_data.py +0 -0
  85. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/geometry/polygon_data.py +0 -0
  86. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/hfss.py +0 -0
  87. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/layout_obj_instance.py +0 -0
  88. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/layout_validation.py +0 -0
  89. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/materials.py +0 -0
  90. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/modeler.py +0 -0
  91. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/net_class.py +0 -0
  92. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/nets.py +0 -0
  93. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/padstack.py +0 -0
  94. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/__init__.py +0 -0
  95. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/__init__.py +0 -0
  96. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/adaptive_frequency_data.py +0 -0
  97. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py +0 -0
  98. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/settings.py +0 -0
  99. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py +0 -0
  100. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py +0 -0
  101. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
  102. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/data/sweep_data.py +0 -0
  103. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/io/__init__.py +0 -0
  104. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/sim_setup_data/io/siwave.py +0 -0
  105. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/siwave.py +0 -0
  106. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/stackup.py +0 -0
  107. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/__init__.py +0 -0
  108. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/heatsink.py +0 -0
  109. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/hfss_simulation_setup.py +0 -0
  110. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/obj_base.py +0 -0
  111. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/simulation_setup.py +0 -0
  112. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/dotnet/database/utilities/siwave_simulation_setup.py +0 -0
  113. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/edb_logger.py +0 -0
  114. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/exceptions.py +0 -0
  115. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/extensions/pre_layout_design_toolkit/via_design.py +0 -0
  116. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/__init__.py +0 -0
  117. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/constants.py +0 -0
  118. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/data_handlers.py +0 -0
  119. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/design_types.py +0 -0
  120. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/filesystem.py +0 -0
  121. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/general_methods.py +0 -0
  122. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/plot.py +0 -0
  123. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/process.py +0 -0
  124. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/generic/settings.py +0 -0
  125. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/__init__.py +0 -0
  126. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/components.py +0 -0
  127. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/control_file.py +0 -0
  128. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/__init__.py +0 -0
  129. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/component_def.py +0 -0
  130. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/component_model.py +0 -0
  131. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/component_pin.py +0 -0
  132. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/materials.py +0 -0
  133. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/n_port_component_model.py +0 -0
  134. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/package_def.py +0 -0
  135. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definition/padstack_def.py +0 -0
  136. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/definitions.py +0 -0
  137. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/general.py +0 -0
  138. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/geometry/__init__.py +0 -0
  139. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/geometry/arc_data.py +0 -0
  140. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/geometry/point_3d_data.py +0 -0
  141. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/geometry/point_data.py +0 -0
  142. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/geometry/polygon_data.py +0 -0
  143. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hfss.py +0 -0
  144. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/__init__.py +0 -0
  145. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/component.py +0 -0
  146. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/model.py +0 -0
  147. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/netlist_model.py +0 -0
  148. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/pin_pair_model.py +0 -0
  149. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/pingroup.py +0 -0
  150. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/s_parameter_model.py +0 -0
  151. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/hierarchy/spice_model.py +0 -0
  152. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layers/__init__.py +0 -0
  153. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layers/layer.py +0 -0
  154. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layers/stackup_layer.py +0 -0
  155. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layout/__init__.py +0 -0
  156. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layout/cell.py +0 -0
  157. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layout/layout.py +0 -0
  158. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layout/voltage_regulator.py +0 -0
  159. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/layout_validation.py +0 -0
  160. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/modeler.py +0 -0
  161. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/net/__init__.py +0 -0
  162. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/net/differential_pair.py +0 -0
  163. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/net/extended_net.py +0 -0
  164. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/net/net.py +0 -0
  165. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/net/net_class.py +0 -0
  166. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/nets.py +0 -0
  167. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/padstacks.py +0 -0
  168. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/ports/__init__.py +0 -0
  169. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/ports/ports.py +0 -0
  170. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/__init__.py +0 -0
  171. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/bondwire.py +0 -0
  172. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/circle.py +0 -0
  173. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/padstack_instance.py +0 -0
  174. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/path.py +0 -0
  175. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/polygon.py +0 -0
  176. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/primitive.py +0 -0
  177. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/primitive/rectangle.py +0 -0
  178. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/__init__.py +0 -0
  179. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py +0 -0
  180. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_meshing_settings.py +0 -0
  181. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py +0 -0
  182. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_dcr_settings.py +0 -0
  183. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py +0 -0
  184. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py +0 -0
  185. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py +0 -0
  186. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py +0 -0
  187. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py +0 -0
  188. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/mesh_operation.py +0 -0
  189. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py +0 -0
  190. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py +0 -0
  191. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_settings.py +0 -0
  192. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py +0 -0
  193. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
  194. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py +0 -0
  195. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/simulation_setup/sweep_data.py +0 -0
  196. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/siwave.py +0 -0
  197. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/source_excitations.py +0 -0
  198. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/stackup.py +0 -0
  199. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/__init__.py +0 -0
  200. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/bundle_terminal.py +0 -0
  201. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/edge_terminal.py +0 -0
  202. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/padstack_instance_terminal.py +0 -0
  203. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/pingroup_terminal.py +0 -0
  204. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/point_terminal.py +0 -0
  205. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/terminal/terminal.py +0 -0
  206. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/__init__.py +0 -0
  207. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/constants.py +0 -0
  208. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/heat_sink.py +0 -0
  209. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/hfss_extent_info.py +0 -0
  210. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/layout_statistics.py +0 -0
  211. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/rlc.py +0 -0
  212. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/simulation_configuration.py +0 -0
  213. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/sources.py +0 -0
  214. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/sweep_data_distribution.py +0 -0
  215. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/database/utility/xml_control_file.py +0 -0
  216. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/edb_init.py +0 -0
  217. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/grpc/rpc_session.py +0 -0
  218. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/__init__.py +0 -0
  219. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/bom/__init__.py +0 -0
  220. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/bom/bom.py +0 -0
  221. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
  222. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
  223. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/bom/refdes.py +0 -0
  224. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/__init__.py +0 -0
  225. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/color.py +0 -0
  226. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/content.py +0 -0
  227. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
  228. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
  229. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
  230. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/entry_color.py +0 -0
  231. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/entry_line.py +0 -0
  232. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/fill.py +0 -0
  233. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
  234. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
  235. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
  236. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
  237. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
  238. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
  239. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
  240. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
  241. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
  242. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
  243. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
  244. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
  245. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
  246. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
  247. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
  248. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
  249. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
  250. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
  251. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
  252. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
  253. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
  254. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
  255. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
  256. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
  257. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
  258. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
  259. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
  260. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
  261. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
  262. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ecad/spec.py +0 -0
  263. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/history_record.py +0 -0
  264. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/ipc2581.py +0 -0
  265. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/ipc2581/logistic_header.py +0 -0
  266. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/__init__.py +0 -0
  267. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
  268. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/downloads.py +0 -0
  269. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/misc.py +0 -0
  270. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
  271. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
  272. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
  273. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
  274. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
  275. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
  276. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
  277. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
  278. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
  279. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
  280. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
  281. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
  282. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
  283. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
  284. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/misc/utilities.py +0 -0
  285. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/modeler/geometry_operators.py +0 -0
  286. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/siwave.py +0 -0
  287. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/siwave_core/icepak.py +0 -0
  288. {pyedb-0.40.0 → pyedb-0.41.0}/src/pyedb/workflow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyedb
3
- Version: 0.40.0
3
+ Version: 0.41.0
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.40.0"
47
+ __version__ = "0.41.0"
48
48
  version = __version__
49
49
 
50
50
  #
@@ -510,7 +510,7 @@ class EDBPadstack(object):
510
510
  list
511
511
  List of layers.
512
512
  """
513
- return self._padstack_def_data.GetLayerNames()
513
+ return list(self._padstack_def_data.GetLayerNames())
514
514
 
515
515
  @property
516
516
  def via_start_layer(self):
@@ -521,7 +521,7 @@ class EDBPadstack(object):
521
521
  str
522
522
  Name of the starting layer.
523
523
  """
524
- return list(self.via_layers)[0]
524
+ return self.via_layers[0]
525
525
 
526
526
  @property
527
527
  def via_stop_layer(self):
@@ -532,7 +532,7 @@ class EDBPadstack(object):
532
532
  str
533
533
  Name of the stopping layer.
534
534
  """
535
- return list(self.via_layers)[-1]
535
+ return self.via_layers[-1]
536
536
 
537
537
  @property
538
538
  def hole_params(self):
@@ -2141,3 +2141,80 @@ class EDBPadstackInstance(Primitive):
2141
2141
  max_limit=max_limit,
2142
2142
  component_only=component_only,
2143
2143
  )
2144
+
2145
+ def split(self):
2146
+ """Split padstack instance into multiple instances. The new instances only connect adjacent layers."""
2147
+ pdef_name = self.padstack_definition
2148
+ position = self.position
2149
+ net_name = self.net_name
2150
+ name = self.name
2151
+ stackup_layer_range = list(self._pedb.stackup.signal_layers.keys())
2152
+ start_idx = stackup_layer_range.index(self.start_layer)
2153
+ stop_idx = stackup_layer_range.index(self.stop_layer)
2154
+ for idx, (l1, l2) in enumerate(
2155
+ list(zip(stackup_layer_range[start_idx:stop_idx], stackup_layer_range[start_idx + 1 : stop_idx + 1]))
2156
+ ):
2157
+ self._pedb.padstacks.place(position, pdef_name, net_name, f"{name}_{idx}", fromlayer=l1, tolayer=l2)
2158
+ self.delete()
2159
+
2160
+ def convert_hole_to_conical_shape(self, angle=75):
2161
+ """Convert actual padstack instance to microvias 3D Objects with a given aspect ratio.
2162
+
2163
+ Parameters
2164
+ ----------
2165
+ angle : float, optional
2166
+ Angle of laser penetration in degrees. The angle defines the lowest hole diameter with this formula:
2167
+ HoleDiameter -2*tan(laser_angle* Hole depth). Hole depth is the height of the via (dielectric thickness).
2168
+ The default is ``75``.
2169
+ The lowest hole is ``0.75*HoleDepth/HoleDiam``.
2170
+
2171
+ Returns
2172
+ -------
2173
+ """
2174
+ pos = self.position
2175
+ stackup_layers = self._pedb.stackup.stackup_layers
2176
+ signal_layers = self._pedb.stackup.signal_layers
2177
+ layer_idx = list(signal_layers.keys()).index(self.start_layer)
2178
+
2179
+ _layer_idx = list(stackup_layers.keys()).index(self.start_layer)
2180
+ diel_layer_idx = list(stackup_layers.keys())[_layer_idx + 1]
2181
+ diel_thickness = stackup_layers[diel_layer_idx].thickness
2182
+
2183
+ rad_large = self.definition.hole_diameter / 2
2184
+ rad_small = rad_large - diel_thickness * 1 / math.tan(math.radians(angle))
2185
+
2186
+ if layer_idx + 1 < len(signal_layers) / 2: # upper half of stack
2187
+ rad_u = rad_large
2188
+ rad_l = rad_small
2189
+ else:
2190
+ rad_u = rad_small
2191
+ rad_l = rad_large
2192
+
2193
+ layout = self._pedb.active_layout
2194
+ cloned_circle = self._edb.cell.primitive.circle.create(
2195
+ layout,
2196
+ self.start_layer,
2197
+ self._edb_padstackinstance.GetNet(),
2198
+ self._pedb.edb_value(pos[0]),
2199
+ self._pedb.edb_value(pos[1]),
2200
+ self._pedb.edb_value(rad_u),
2201
+ )
2202
+ cloned_circle2 = self._edb.cell.primitive.circle.create(
2203
+ layout,
2204
+ self.stop_layer,
2205
+ self._edb_padstackinstance.GetNet(),
2206
+ self._pedb.edb_value(pos[0]),
2207
+ self._pedb.edb_value(pos[1]),
2208
+ self._pedb.edb_value(rad_l),
2209
+ )
2210
+ s3d = self._pedb._edb.Cell.Hierarchy.Structure3D.Create(
2211
+ layout, generate_unique_name("via3d_" + self.aedt_name.replace("via_", ""), n=3)
2212
+ )
2213
+ s3d.AddMember(cloned_circle.prim_obj)
2214
+ s3d.AddMember(cloned_circle2.prim_obj)
2215
+ s3d.SetMaterial(self.definition.material)
2216
+ s3d.SetMeshClosureProp(self._pedb._edb.Cell.Hierarchy.Structure3D.TClosure.EndsClosed)
2217
+
2218
+ hole_override_enabled = True
2219
+ hole_override_diam = 0
2220
+ self._edb_object.SetHoleOverride(hole_override_enabled, self._pedb.edb_value(hole_override_diam))
@@ -46,6 +46,7 @@ from pyedb.dotnet.database.Variables import decompose_variable_value
46
46
  from pyedb.dotnet.database.cell.layout import Layout
47
47
  from pyedb.dotnet.database.cell.terminal.terminal import Terminal
48
48
  from pyedb.dotnet.database.components import Components
49
+ import pyedb.dotnet.database.dotnet.database
49
50
  from pyedb.dotnet.database.dotnet.database import Database
50
51
  from pyedb.dotnet.database.edb_data.control_file import (
51
52
  ControlFile,
@@ -761,6 +762,23 @@ class Edb(Database):
761
762
  """Active cell."""
762
763
  return self._active_cell
763
764
 
765
+ @active_cell.setter
766
+ def active_cell(self, value):
767
+ if isinstance(value, str):
768
+ _cell = [cell for cell in self.circuit_cells if cell.GetName() == value]
769
+ if _cell:
770
+ self._active_cell = _cell[0]
771
+ self._init_objects()
772
+ self.logger.info(f"Cell {value} set as active")
773
+ else:
774
+ raise f"Design {value} not found in database."
775
+ elif isinstance(value, pyedb.dotnet.database.dotnet.database.CellClassDotNet):
776
+ self._active_cell = value
777
+ self._init_objects()
778
+ self.logger.info(f"Cell {value.GetName()} set as active")
779
+ else:
780
+ raise "No valid design."
781
+
764
782
  @property
765
783
  def core_components(self): # pragma: no cover
766
784
  """Edb Components methods and properties.
@@ -39,6 +39,7 @@ import warnings
39
39
  from zipfile import ZipFile as zpf
40
40
 
41
41
  from ansys.edb.core.geometry.polygon_data import PolygonData as GrpcPolygonData
42
+ import ansys.edb.core.layout.cell
42
43
  from ansys.edb.core.simulation_setup.siwave_dcir_simulation_setup import (
43
44
  SIWaveDCIRSimulationSetup as GrpcSIWaveDCIRSimulationSetup,
44
45
  )
@@ -801,6 +802,23 @@ class Edb(EdbInit):
801
802
  """
802
803
  return self._active_cell
803
804
 
805
+ @active_cell.setter
806
+ def active_cell(self, value):
807
+ if isinstance(value, str):
808
+ _cell = [cell for cell in self.circuit_cells if cell.name == value]
809
+ if _cell:
810
+ self._active_cell = _cell[0]
811
+ self._init_objects()
812
+ self.logger.info(f"Design {value} set as active")
813
+ else:
814
+ raise f"Design {value} not found in database."
815
+ elif isinstance(value, ansys.edb.core.layout.cell.Cell):
816
+ self._active_cell = value
817
+ self._init_objects()
818
+ self.logger.info(f"Design {value.name} set as active")
819
+ else:
820
+ raise "No valid design."
821
+
804
822
  @property
805
823
  def components(self):
806
824
  """Edb Components methods and properties.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes