pyedb 0.30.0__tar.gz → 0.31.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.
- {pyedb-0.30.0 → pyedb-0.31.0}/PKG-INFO +3 -3
- {pyedb-0.30.0 → pyedb-0.31.0}/pyproject.toml +4 -4
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/__init__.py +1 -1
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_padstacks.py +9 -6
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb.py +5 -5
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/padstacks_data.py +17 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/nets.py +6 -1
- {pyedb-0.30.0 → pyedb-0.31.0}/LICENSE +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/README.md +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_operations.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/application/Variables.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/application/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/connectable.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/component.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/layout.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/layout_obj.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/primitive/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/primitive/bondwire.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/primitive/path.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/primitive/primitive.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/terminal.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/voltage_regulator.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/components.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/component_def.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/component_model.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/definition_obj.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/definitions.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/definition/package_def.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/dotnet/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/dotnet/database.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/dotnet/primitive.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/control_file.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/design_options.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/edbvalue.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/layer_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/nets_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/ports.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/primitives_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/sources.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/utilities.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/variables.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/general.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/geometry/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/geometry/point_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/geometry/polygon_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/hfss.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/layout_obj_instance.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/layout_validation.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/materials.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/modeler.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/net_class.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/padstack.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/siwave.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/stackup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/heatsink.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/obj_base.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/simulation_setup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/siwave.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/workflow.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyedb
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.31.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>
|
|
@@ -26,7 +26,7 @@ Requires-Dist: Rtree >= 1.2.0
|
|
|
26
26
|
Requires-Dist: toml == 0.10.2
|
|
27
27
|
Requires-Dist: scikit-rf
|
|
28
28
|
Requires-Dist: ansys-sphinx-theme>=0.10.0,<1.1 ; extra == "doc"
|
|
29
|
-
Requires-Dist: imageio>=2.30.0,<2.
|
|
29
|
+
Requires-Dist: imageio>=2.30.0,<2.37 ; extra == "doc"
|
|
30
30
|
Requires-Dist: ipython>=8.13.0,<8.29 ; extra == "doc"
|
|
31
31
|
Requires-Dist: jupyterlab>=4.0.0,<4.3 ; extra == "doc"
|
|
32
32
|
Requires-Dist: jupytext>=1.16.0,<1.17 ; extra == "doc"
|
|
@@ -34,7 +34,7 @@ Requires-Dist: matplotlib>=3.5.0,<3.10 ; extra == "doc"
|
|
|
34
34
|
Requires-Dist: nbsphinx>=0.9.0,<0.10 ; extra == "doc"
|
|
35
35
|
Requires-Dist: nbconvert < 7.17 ; extra == "doc"
|
|
36
36
|
Requires-Dist: numpydoc>=1.5.0,<1.9 ; extra == "doc"
|
|
37
|
-
Requires-Dist: pypandoc>=1.10.0,<1.
|
|
37
|
+
Requires-Dist: pypandoc>=1.10.0,<1.15 ; extra == "doc"
|
|
38
38
|
Requires-Dist: recommonmark ; extra == "doc"
|
|
39
39
|
Requires-Dist: Sphinx>=7.1.0,<8.1 ; extra == "doc"
|
|
40
40
|
Requires-Dist: sphinx-autobuild==2021.3.14 ; extra == "doc" and ( python_version == '3.8')
|
|
@@ -48,7 +48,7 @@ tests = [
|
|
|
48
48
|
]
|
|
49
49
|
doc = [
|
|
50
50
|
"ansys-sphinx-theme>=0.10.0,<1.1",
|
|
51
|
-
"imageio>=2.30.0,<2.
|
|
51
|
+
"imageio>=2.30.0,<2.37",
|
|
52
52
|
"ipython>=8.13.0,<8.29",
|
|
53
53
|
"jupyterlab>=4.0.0,<4.3",
|
|
54
54
|
"jupytext>=1.16.0,<1.17",
|
|
@@ -56,7 +56,7 @@ doc = [
|
|
|
56
56
|
"nbsphinx>=0.9.0,<0.10",
|
|
57
57
|
"nbconvert < 7.17",
|
|
58
58
|
"numpydoc>=1.5.0,<1.9",
|
|
59
|
-
"pypandoc>=1.10.0,<1.
|
|
59
|
+
"pypandoc>=1.10.0,<1.15",
|
|
60
60
|
# NOTE: Remove recommonmark once examples are reworked.
|
|
61
61
|
"recommonmark",
|
|
62
62
|
"Sphinx>=7.1.0,<8.1",
|
|
@@ -91,8 +91,8 @@ default_section = "THIRDPARTY"
|
|
|
91
91
|
src_paths = ["doc", "src", "tests"]
|
|
92
92
|
|
|
93
93
|
[tool.codespell]
|
|
94
|
-
skip = '*.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,*.a3dcomp,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,*.cdb,*.CDB,build,./factory/*,PKG-INFO,*.mypy_cache/*,./_unused
|
|
95
|
-
ignore-words = "doc/styles/
|
|
94
|
+
skip = '*.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,*.a3dcomp,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,*.cdb,*.CDB,build,./factory/*,PKG-INFO,*.mypy_cache/*,./_unused/*,pyproject.toml'
|
|
95
|
+
ignore-words = "doc/styles/config/vocabularies/ANSYS/accept.txt"
|
|
96
96
|
ignore-words-list = "renabled, sie, mot"
|
|
97
97
|
enable-colors = true
|
|
98
98
|
|
|
@@ -47,12 +47,11 @@ class CfgPadstacks:
|
|
|
47
47
|
instances_layout = self._pedb.padstacks.instances_by_name
|
|
48
48
|
for inst in self.instances:
|
|
49
49
|
inst_layout = instances_layout[inst.name]
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
inst_layout.backdrill_parameters = inst.backdrill_parameters
|
|
50
|
+
data = dict()
|
|
51
|
+
data["backdrill_parameters"] = inst.backdrill_parameters
|
|
52
|
+
data["hole_override_enabled"] = inst.hole_override_enabled
|
|
53
|
+
data["hole_override_diameter"] = inst.hole_override_diameter
|
|
54
|
+
inst_layout.properties = data
|
|
56
55
|
|
|
57
56
|
def get_data_from_db(self):
|
|
58
57
|
self.definitions = []
|
|
@@ -83,6 +82,8 @@ class CfgPadstacks:
|
|
|
83
82
|
id=temp["id"],
|
|
84
83
|
position=temp["position"],
|
|
85
84
|
rotation=temp["rotation"],
|
|
85
|
+
hole_override_enabled=temp["hole_override_enabled"],
|
|
86
|
+
hole_override_diameter=temp["hole_override_diameter"],
|
|
86
87
|
)
|
|
87
88
|
)
|
|
88
89
|
instances = []
|
|
@@ -114,3 +115,5 @@ class Instance(CfgBase):
|
|
|
114
115
|
self.id = kwargs.get("id", None)
|
|
115
116
|
self.position = kwargs.get("position", [])
|
|
116
117
|
self.rotation = kwargs.get("rotation", None)
|
|
118
|
+
self.hole_override_enabled = kwargs.get("hole_override_enabled", None)
|
|
119
|
+
self.hole_override_diameter = kwargs.get("hole_override_diameter", None)
|
|
@@ -3611,15 +3611,15 @@ class Edb(Database):
|
|
|
3611
3611
|
"""
|
|
3612
3612
|
setups = {}
|
|
3613
3613
|
for i in list(self.active_cell.SimulationSetups):
|
|
3614
|
-
if i.GetType()
|
|
3614
|
+
if i.GetType().ToString().endswith("kHFSS"):
|
|
3615
3615
|
setups[i.GetName()] = HfssSimulationSetup(self, i)
|
|
3616
|
-
elif i.GetType()
|
|
3616
|
+
elif i.GetType().ToString().endswith("kSIWave"):
|
|
3617
3617
|
setups[i.GetName()] = SiwaveSimulationSetup(self, i)
|
|
3618
|
-
elif i.GetType()
|
|
3618
|
+
elif i.GetType().ToString().endswith("kSIWaveDCIR"):
|
|
3619
3619
|
setups[i.GetName()] = SiwaveDCSimulationSetup(self, i)
|
|
3620
|
-
elif i.GetType()
|
|
3620
|
+
elif i.GetType().ToString().endswith("kRaptorX"):
|
|
3621
3621
|
setups[i.GetName()] = RaptorXSimulationSetup(self, i)
|
|
3622
|
-
elif i.GetType()
|
|
3622
|
+
elif i.GetType().ToString().endswith("kHFSSPI"):
|
|
3623
3623
|
setups[i.GetName()] = HFSSPISimulationSetup(self, i)
|
|
3624
3624
|
return setups
|
|
3625
3625
|
|
|
@@ -2335,4 +2335,21 @@ class EDBPadstackInstance(Primitive):
|
|
|
2335
2335
|
data["position"] = [position.X.ToString(), position.Y.ToString()]
|
|
2336
2336
|
data["rotation"] = [rotation.ToString()]
|
|
2337
2337
|
data["id"] = self.id
|
|
2338
|
+
hole_override_enabled, hole_override_diam = self._edb_object.GetHoleOverrideValue()
|
|
2339
|
+
data["hole_override_enabled"] = hole_override_enabled
|
|
2340
|
+
data["hole_override_diameter"] = hole_override_diam.ToString()
|
|
2338
2341
|
return data
|
|
2342
|
+
|
|
2343
|
+
@properties.setter
|
|
2344
|
+
def properties(self, params):
|
|
2345
|
+
name = params.get("name", None)
|
|
2346
|
+
if name:
|
|
2347
|
+
self.aedt_name = name
|
|
2348
|
+
backdrill_parameters = params.get("backdrill_parameters", None)
|
|
2349
|
+
if backdrill_parameters:
|
|
2350
|
+
self.backdrill_parameters = backdrill_parameters
|
|
2351
|
+
h_o_enabled = params.get("hole_override_enabled", None)
|
|
2352
|
+
h_o_enabled = h_o_enabled if h_o_enabled else self.properties["hole_override_enabled"]
|
|
2353
|
+
h_o_diameter = params.get("hole_override_diameter")
|
|
2354
|
+
h_o_diameter = h_o_diameter if h_o_diameter else self.properties["hole_override_diameter"]
|
|
2355
|
+
self._edb_object.SetHoleOverride(h_o_enabled, self._pedb.edb_value(h_o_diameter))
|
|
@@ -713,6 +713,7 @@ class EdbNets(object):
|
|
|
713
713
|
plot_components_on_top=False,
|
|
714
714
|
plot_components_on_bottom=False,
|
|
715
715
|
show=True,
|
|
716
|
+
title=None,
|
|
716
717
|
):
|
|
717
718
|
"""Plot a Net to Matplotlib 2D Chart.
|
|
718
719
|
|
|
@@ -763,13 +764,17 @@ class EdbNets(object):
|
|
|
763
764
|
fig_size_y = board_size_y * fig_size_x / board_size_x
|
|
764
765
|
size = (fig_size_x, fig_size_y)
|
|
765
766
|
|
|
767
|
+
plot_title = title
|
|
768
|
+
if plot_title is None:
|
|
769
|
+
plot_title = self._pedb.active_cell.GetName()
|
|
770
|
+
|
|
766
771
|
return plot_matplotlib(
|
|
767
772
|
plot_data=object_lists,
|
|
768
773
|
size=size,
|
|
769
774
|
show_legend=show_legend,
|
|
770
775
|
xlabel="X (m)",
|
|
771
776
|
ylabel="Y (m)",
|
|
772
|
-
title=
|
|
777
|
+
title=plot_title,
|
|
773
778
|
save_plot=save_plot,
|
|
774
779
|
axis_equal=True,
|
|
775
780
|
show=show,
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/cell/terminal/padstack_instance_terminal.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py
RENAMED
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py
RENAMED
|
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
|
|
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
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sim_setup_info.py
RENAMED
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/simulation_settings.py
RENAMED
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/dotnet/edb_core/utilities/siwave_simulation_setup.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py
RENAMED
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py
RENAMED
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.30.0 → pyedb-0.31.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|