pyedb 0.34.0__tar.gz → 0.34.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.
- {pyedb-0.34.0 → pyedb-0.34.1}/PKG-INFO +2 -2
- {pyedb-0.34.0 → pyedb-0.34.1}/pyproject.toml +1 -1
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/__init__.py +1 -1
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/layer_data.py +60 -6
- {pyedb-0.34.0 → pyedb-0.34.1}/LICENSE +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/README.md +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/common/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/common/nets.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_modeler.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_operations.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/application/Variables.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/application/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/connectable.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/component.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/layout.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/layout_obj.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/primitive/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/primitive/bondwire.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/primitive/path.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/primitive/primitive.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/terminal/terminal.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/cell/voltage_regulator.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/components.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/component_def.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/component_model.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/definition_obj.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/definitions.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/definition/package_def.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/dotnet/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/dotnet/database.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/dotnet/primitive.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/control_file.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/design_options.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/edbvalue.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/nets_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/padstacks_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/ports.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/primitives_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/sources.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/utilities.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/variables.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/general.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/geometry/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/geometry/point_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/geometry/polygon_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/hfss.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/layout_obj_instance.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/layout_validation.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/materials.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/modeler.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/net_class.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/nets.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/padstack.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/siwave.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/stackup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/heatsink.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/obj_base.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/simulation_setup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/siwave.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/workflow.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pyedb
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.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>
|
|
@@ -27,7 +27,7 @@ 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
29
|
Requires-Dist: imageio>=2.30.0,<2.37 ; extra == "doc"
|
|
30
|
-
Requires-Dist: ipython>=8.13.0,<8.
|
|
30
|
+
Requires-Dist: ipython>=8.13.0,<8.31 ; extra == "doc"
|
|
31
31
|
Requires-Dist: jupyterlab>=4.0.0,<4.4 ; extra == "doc"
|
|
32
32
|
Requires-Dist: jupytext>=1.16.0,<1.17 ; extra == "doc"
|
|
33
33
|
Requires-Dist: matplotlib>=3.5.0,<3.10 ; extra == "doc"
|
|
@@ -503,7 +503,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
503
503
|
|
|
504
504
|
@top_hallhuray_nodule_radius.setter
|
|
505
505
|
def top_hallhuray_nodule_radius(self, value):
|
|
506
|
-
|
|
506
|
+
top_roughness_model = self.get_roughness_model("top")
|
|
507
|
+
if top_roughness_model:
|
|
508
|
+
if str(top_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
509
|
+
layer_clone = self._edb_layer
|
|
510
|
+
layer_clone.SetTopRoughnessEnabled(True)
|
|
511
|
+
self._top_hallhuray_nodule_radius = value
|
|
512
|
+
top_roughness_model.NoduleRadius = self._pedb.edb_value(value)
|
|
513
|
+
region = top_roughness_model.Region.Top
|
|
514
|
+
layer_clone.SetRoughnessModel(region, top_roughness_model)
|
|
515
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
507
516
|
|
|
508
517
|
@property
|
|
509
518
|
def top_hallhuray_surface_ratio(self):
|
|
@@ -515,7 +524,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
515
524
|
|
|
516
525
|
@top_hallhuray_surface_ratio.setter
|
|
517
526
|
def top_hallhuray_surface_ratio(self, value):
|
|
518
|
-
|
|
527
|
+
top_roughness_model = self.get_roughness_model("top")
|
|
528
|
+
if top_roughness_model:
|
|
529
|
+
if str(top_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
530
|
+
layer_clone = self._edb_layer
|
|
531
|
+
layer_clone.SetTopRoughnessEnabled(True)
|
|
532
|
+
self._top_hallhuray_surface_ratio = value
|
|
533
|
+
top_roughness_model.SurfaceRatio = self._pedb.edb_value(value)
|
|
534
|
+
region = top_roughness_model.Region.Top
|
|
535
|
+
layer_clone.SetRoughnessModel(region, top_roughness_model)
|
|
536
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
519
537
|
|
|
520
538
|
@property
|
|
521
539
|
def bottom_hallhuray_nodule_radius(self):
|
|
@@ -527,7 +545,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
527
545
|
|
|
528
546
|
@bottom_hallhuray_nodule_radius.setter
|
|
529
547
|
def bottom_hallhuray_nodule_radius(self, value):
|
|
530
|
-
|
|
548
|
+
bottom_roughness_model = self.get_roughness_model("bottom")
|
|
549
|
+
if bottom_roughness_model:
|
|
550
|
+
if str(bottom_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
551
|
+
layer_clone = self._edb_layer
|
|
552
|
+
layer_clone.SetBottomRoughnessEnabled(True)
|
|
553
|
+
self._bottom_hallhuray_nodule_radius = value
|
|
554
|
+
bottom_roughness_model.NoduleRadius = self._pedb.edb_value(value)
|
|
555
|
+
region = bottom_roughness_model.Region.Bottom
|
|
556
|
+
layer_clone.SetRoughnessModel(region, bottom_roughness_model)
|
|
557
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
531
558
|
|
|
532
559
|
@property
|
|
533
560
|
def bottom_hallhuray_surface_ratio(self):
|
|
@@ -539,7 +566,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
539
566
|
|
|
540
567
|
@bottom_hallhuray_surface_ratio.setter
|
|
541
568
|
def bottom_hallhuray_surface_ratio(self, value):
|
|
542
|
-
|
|
569
|
+
bottom_roughness_model = self.get_roughness_model("bottom")
|
|
570
|
+
if bottom_roughness_model:
|
|
571
|
+
if str(bottom_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
572
|
+
layer_clone = self._edb_layer
|
|
573
|
+
layer_clone.SetBottomRoughnessEnabled(True)
|
|
574
|
+
self._bottom_hallhuray_surface_ratio = value
|
|
575
|
+
bottom_roughness_model.SurfaceRatio = self._pedb.edb_value(value)
|
|
576
|
+
region = bottom_roughness_model.Region.Bottom
|
|
577
|
+
layer_clone.SetRoughnessModel(region, bottom_roughness_model)
|
|
578
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
543
579
|
|
|
544
580
|
@property
|
|
545
581
|
def side_hallhuray_nodule_radius(self):
|
|
@@ -551,7 +587,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
551
587
|
|
|
552
588
|
@side_hallhuray_nodule_radius.setter
|
|
553
589
|
def side_hallhuray_nodule_radius(self, value):
|
|
554
|
-
|
|
590
|
+
side_roughness_model = self.get_roughness_model("side")
|
|
591
|
+
if side_roughness_model:
|
|
592
|
+
if str(side_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
593
|
+
layer_clone = self._edb_layer
|
|
594
|
+
layer_clone.SetRoughnessEnabled(True)
|
|
595
|
+
self._side_hallhuray_nodule_radius = value
|
|
596
|
+
side_roughness_model.NoduleRadius = self._pedb.edb_value(value)
|
|
597
|
+
region = side_roughness_model.Region.Side
|
|
598
|
+
layer_clone.SetRoughnessModel(region, side_roughness_model)
|
|
599
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
555
600
|
|
|
556
601
|
@property
|
|
557
602
|
def side_hallhuray_surface_ratio(self):
|
|
@@ -563,7 +608,16 @@ class StackupLayerEdbClass(LayerEdbClass):
|
|
|
563
608
|
|
|
564
609
|
@side_hallhuray_surface_ratio.setter
|
|
565
610
|
def side_hallhuray_surface_ratio(self, value):
|
|
566
|
-
|
|
611
|
+
side_roughness_model = self.get_roughness_model("side")
|
|
612
|
+
if side_roughness_model:
|
|
613
|
+
if str(side_roughness_model).split(".")[-1] == "HurrayRoughnessModel":
|
|
614
|
+
layer_clone = self._edb_layer
|
|
615
|
+
layer_clone.SetRoughnessEnabled(True)
|
|
616
|
+
self._side_hallhuray_surface_ratio = value
|
|
617
|
+
side_roughness_model.SurfaceRatio = self._pedb.edb_value(value)
|
|
618
|
+
region = side_roughness_model.Region.Side
|
|
619
|
+
layer_clone.SetRoughnessModel(region, side_roughness_model)
|
|
620
|
+
self._pedb.stackup._set_layout_stackup(layer_clone, "change_attribute")
|
|
567
621
|
|
|
568
622
|
def get_roughness_model(self, surface="top"):
|
|
569
623
|
"""Get roughness model of the layer.
|
|
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.34.0 → pyedb-0.34.1}/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.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py
RENAMED
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/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
|
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sim_setup_info.py
RENAMED
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/dotnet/edb_core/sim_setup_data/data/simulation_settings.py
RENAMED
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/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.34.0 → pyedb-0.34.1}/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.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py
RENAMED
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py
RENAMED
|
File without changes
|
{pyedb-0.34.0 → pyedb-0.34.1}/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.34.0 → pyedb-0.34.1}/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
|