pyedb 0.58.0__tar.gz → 0.59.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.58.0 → pyedb-0.59.0}/PKG-INFO +1 -1
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/__init__.py +1 -1
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/components.py +37 -39
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/general.py +3 -2
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/settings.py +2 -2
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/edb.py +7 -7
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/edb_init.py +7 -19
- pyedb-0.59.0/src/pyedb/workflows/sipi/hfss_auto_configuration.py +711 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/LICENSE +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/README.md +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/pyproject.toml +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/common/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/common/nets.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_modeler.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_operations.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/cfg_terminals.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/Variables.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/connectable.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/component.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/layout.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/layout_obj.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/primitive/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/primitive/bondwire.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/primitive/path.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/primitive/primitive.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/terminal/terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/cell/voltage_regulator.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/component_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/component_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/definition_obj.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/definitions.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/definition/package_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/dotnet/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/dotnet/database.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/dotnet/primitive.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/control_file.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/design_options.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/edbvalue.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/layer_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/nets_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/padstacks_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/ports.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/primitives_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/sources.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/utilities.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/edb_data/variables.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/geometry/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/geometry/point_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/geometry/polygon_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/hfss.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/layout_obj_instance.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/layout_validation.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/materials.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/modeler.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/net_class.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/nets.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/padstack.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/siwave.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/stackup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/heatsink.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/obj_base.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/siwave_cpa_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/database/utilities/value.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/dotnet/edb.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/extensions/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/extensions/create_cell_array.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/extensions/via_design_backend.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/grpc_warnings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/_typing.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/components.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/control_file.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/component_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/component_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/component_pin.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/materials.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/n_port_component_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/package_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definition/padstack_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/definitions.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/general.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/geometry/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/geometry/arc_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/geometry/point_3d_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/geometry/point_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/geometry/polygon_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hfss.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/component.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/netlist_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/pingroup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/hierarchy/spice_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layers/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layers/layer.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layers/stackup_layer.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layout/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layout/cell.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layout/layout.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layout/voltage_regulator.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/layout_validation.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/modeler.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/net/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/net/differential_pair.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/net/extended_net.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/net/net.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/net/net_class.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/nets.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/padstacks.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/ports/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/ports/ports.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/bondwire.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/circle.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/padstack_instance.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/path.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/polygon.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/primitive.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/primitive/rectangle.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_meshing_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_dcr_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/mesh_operation.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/siwave_cpa_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/simulation_setup/sweep_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/siwave.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/source_excitations.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/stackup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/bundle_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/edge_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/point_terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/terminal/terminal.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/constants.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/heat_sink.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/hfss_extent_info.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/layout_statistics.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/rlc.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/sources.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/sweep_data_distribution.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/value.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/database/utility/xml_control_file.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/grpc/rpc_session.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/libraries/common.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/libraries/rf_libraries/base_functions.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/libraries/rf_libraries/planar_antennas.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/decorators.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave_core/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave_core/cpa/__init__.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave_core/cpa/simulation_setup_data_model.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/siwave_core/product_properties.py +0 -0
- {pyedb-0.58.0 → pyedb-0.59.0}/src/pyedb/workflow.py +0 -0
|
@@ -1011,49 +1011,47 @@ class Components(object):
|
|
|
1011
1011
|
return False
|
|
1012
1012
|
pad_params = self._padstack.get_pad_parameters(pin=cmp_pins[0], layername=pin_layers[0], pad_type=0)
|
|
1013
1013
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
sball_diam = min([self._pedb.edb_value(val).ToDouble() for val in pad_params[1]])
|
|
1026
|
-
sball_mid_diam = sball_diam
|
|
1027
|
-
else: # pragma no cover
|
|
1028
|
-
sball_diam = solder_balls_size
|
|
1029
|
-
if solder_balls_mid_size:
|
|
1030
|
-
sball_mid_diam = solder_balls_mid_size
|
|
1031
|
-
else:
|
|
1032
|
-
sball_mid_diam = solder_balls_size
|
|
1033
|
-
if not solder_balls_height: # pragma no cover
|
|
1034
|
-
solder_balls_height = 2 * sball_diam / 3
|
|
1014
|
+
if not solder_balls_height:
|
|
1015
|
+
solder_balls_height = self.instances[component.GetName()].solder_ball_height
|
|
1016
|
+
if not solder_balls_size:
|
|
1017
|
+
solder_balls_size = self.instances[component.GetName()].solder_ball_diameter[0]
|
|
1018
|
+
if not solder_balls_mid_size:
|
|
1019
|
+
solder_balls_mid_size = self.instances[component.GetName()].solder_ball_diameter[1]
|
|
1020
|
+
|
|
1021
|
+
if not pad_params[0] == 7:
|
|
1022
|
+
if not solder_balls_size: # pragma no cover
|
|
1023
|
+
sball_diam = min([self._pedb.edb_value(val).ToDouble() for val in pad_params[1]])
|
|
1024
|
+
sball_mid_diam = sball_diam
|
|
1035
1025
|
else: # pragma no cover
|
|
1036
|
-
|
|
1037
|
-
bbox = pad_params[1]
|
|
1038
|
-
sball_diam = min([abs(bbox[2] - bbox[0]), abs(bbox[3] - bbox[1])]) * 0.8
|
|
1039
|
-
else:
|
|
1040
|
-
sball_diam = solder_balls_size
|
|
1041
|
-
if not solder_balls_height:
|
|
1042
|
-
solder_balls_height = 2 * sball_diam / 3
|
|
1026
|
+
sball_diam = solder_balls_size
|
|
1043
1027
|
if solder_balls_mid_size:
|
|
1044
1028
|
sball_mid_diam = solder_balls_mid_size
|
|
1045
1029
|
else:
|
|
1046
|
-
sball_mid_diam =
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1030
|
+
sball_mid_diam = solder_balls_size
|
|
1031
|
+
if not solder_balls_height: # pragma no cover
|
|
1032
|
+
solder_balls_height = 2 * sball_diam / 3
|
|
1033
|
+
else: # pragma no cover
|
|
1034
|
+
if not solder_balls_size:
|
|
1035
|
+
bbox = pad_params[1]
|
|
1036
|
+
sball_diam = min([abs(bbox[2] - bbox[0]), abs(bbox[3] - bbox[1])]) * 0.8
|
|
1037
|
+
else:
|
|
1038
|
+
sball_diam = solder_balls_size
|
|
1039
|
+
if not solder_balls_height:
|
|
1040
|
+
solder_balls_height = 2 * sball_diam / 3
|
|
1041
|
+
if solder_balls_mid_size:
|
|
1042
|
+
sball_mid_diam = solder_balls_mid_size
|
|
1043
|
+
else:
|
|
1044
|
+
sball_mid_diam = sball_diam
|
|
1045
|
+
sball_shape = "Cylinder"
|
|
1046
|
+
if not sball_diam == sball_mid_diam:
|
|
1047
|
+
sball_shape = "Spheroid"
|
|
1048
|
+
self.set_solder_ball(
|
|
1049
|
+
component=component,
|
|
1050
|
+
sball_height=solder_balls_height,
|
|
1051
|
+
sball_diam=sball_diam,
|
|
1052
|
+
sball_mid_diam=sball_mid_diam,
|
|
1053
|
+
shape=sball_shape,
|
|
1054
|
+
)
|
|
1057
1055
|
|
|
1058
1056
|
for pin in cmp_pins:
|
|
1059
1057
|
self._padstack.create_coax_port(padstackinstance=pin, name=port_name)
|
|
@@ -579,14 +579,14 @@ class ViaSettings(object):
|
|
|
579
579
|
-------
|
|
580
580
|
bool
|
|
581
581
|
"""
|
|
582
|
-
if float(self._parent._pedb.
|
|
582
|
+
if float(self._parent._pedb.version) < 2024.1:
|
|
583
583
|
self._parent._pedb.logger.error("Property only supported on Ansys release 2024R1 and later")
|
|
584
584
|
return False
|
|
585
585
|
return self._via_settings.ViaMeshPlating
|
|
586
586
|
|
|
587
587
|
@via_mesh_plating.setter
|
|
588
588
|
def via_mesh_plating(self, value):
|
|
589
|
-
if float(self._parent._pedb.
|
|
589
|
+
if float(self._parent._pedb.version) < 2024.1:
|
|
590
590
|
self._parent._pedb.logger.error("Property only supported on Ansys release 2024R1 and later")
|
|
591
591
|
else:
|
|
592
592
|
self._via_settings.ViaMeshPlating = value
|
|
@@ -217,8 +217,8 @@ class Edb(EdbInit):
|
|
|
217
217
|
self.standalone = True
|
|
218
218
|
self.oproject = oproject
|
|
219
219
|
self._main = sys.modules["__main__"]
|
|
220
|
-
self.
|
|
221
|
-
if not float(self.
|
|
220
|
+
self.version = edbversion
|
|
221
|
+
if not float(self.version) >= 2025.2:
|
|
222
222
|
raise "EDB gRPC is only supported with ANSYS release 2025R2 and higher."
|
|
223
223
|
self.logger.info("Using PyEDB with gRPC as Beta until ANSYS 2025R2 official release.")
|
|
224
224
|
self.isaedtowned = isaedtowned
|
|
@@ -620,7 +620,7 @@ class Edb(EdbInit):
|
|
|
620
620
|
if self.db.is_null:
|
|
621
621
|
self.logger.warning("Error Opening db")
|
|
622
622
|
self._active_cell = None
|
|
623
|
-
self.logger.info(f"Database {os.path.split(self.edbpath)[-1]} Opened in {self.
|
|
623
|
+
self.logger.info(f"Database {os.path.split(self.edbpath)[-1]} Opened in {self.version}")
|
|
624
624
|
self._active_cell = None
|
|
625
625
|
if self.cellname:
|
|
626
626
|
for cell in self.active_db.circuit_cells:
|
|
@@ -1371,7 +1371,7 @@ class Edb(EdbInit):
|
|
|
1371
1371
|
Layer filter file.
|
|
1372
1372
|
"""
|
|
1373
1373
|
control_file_temp = os.path.join(tempfile.gettempdir(), os.path.split(inputGDS)[-1][:-3] + "xml")
|
|
1374
|
-
if float(self.
|
|
1374
|
+
if float(self.version) < 2024.1:
|
|
1375
1375
|
if not is_linux and tech_file:
|
|
1376
1376
|
self.logger.error("Technology files are supported only in Linux. Use control file instead.")
|
|
1377
1377
|
return False
|
|
@@ -3062,7 +3062,7 @@ class Edb(EdbInit):
|
|
|
3062
3062
|
if name in self.setups:
|
|
3063
3063
|
self.logger.error("Setup name already used in the layout")
|
|
3064
3064
|
return False
|
|
3065
|
-
version = self.
|
|
3065
|
+
version = self.version.split(".")
|
|
3066
3066
|
if int(version[0]) >= 2024 and int(version[-1]) >= 2 or int(version[0]) > 2024:
|
|
3067
3067
|
setup = GrpcRaptorXSimulationSetup.create(cell=self.active_cell, name=name)
|
|
3068
3068
|
return RaptorXSimulationSetup(self, setup)
|
|
@@ -3253,7 +3253,7 @@ class Edb(EdbInit):
|
|
|
3253
3253
|
defined_ports = {}
|
|
3254
3254
|
project_connexions = None
|
|
3255
3255
|
for edb_path, zone_info in zone_dict.items():
|
|
3256
|
-
edb = Edb(edbversion=self.
|
|
3256
|
+
edb = Edb(edbversion=self.version, edbpath=edb_path)
|
|
3257
3257
|
edb.cutout(
|
|
3258
3258
|
use_pyaedt_cutout=True,
|
|
3259
3259
|
custom_extent=zone_info[1],
|
|
@@ -3795,7 +3795,7 @@ class Edb(EdbInit):
|
|
|
3795
3795
|
"No padstack instances found inside evaluated voids during model creation for arbitrary waveports"
|
|
3796
3796
|
)
|
|
3797
3797
|
return False
|
|
3798
|
-
cloned_edb = Edb(edbpath=output_edb, edbversion=self.
|
|
3798
|
+
cloned_edb = Edb(edbpath=output_edb, edbversion=self.version, restart_rpc_server=True)
|
|
3799
3799
|
|
|
3800
3800
|
cloned_edb.stackup.add_layer(
|
|
3801
3801
|
layer_name="ports",
|
|
@@ -43,23 +43,23 @@ class EdbInit(object):
|
|
|
43
43
|
def __init__(self, edbversion):
|
|
44
44
|
self.logger = settings.logger
|
|
45
45
|
self._db = None
|
|
46
|
-
self.
|
|
46
|
+
self.version = edbversion
|
|
47
47
|
self.logger.info("Logger is initialized in EDB.")
|
|
48
48
|
self.logger.info("legacy v%s", __version__)
|
|
49
49
|
self.logger.info("Python version %s", sys.version)
|
|
50
50
|
self.session = None
|
|
51
51
|
if is_linux:
|
|
52
|
-
if env_value(self.
|
|
53
|
-
self.base_path = env_path(self.
|
|
52
|
+
if env_value(self.version) in os.environ:
|
|
53
|
+
self.base_path = env_path(self.version)
|
|
54
54
|
sys.path.append(self.base_path)
|
|
55
55
|
else:
|
|
56
56
|
edb_path = os.getenv("PYAEDT_SERVER_AEDT_PATH")
|
|
57
57
|
if edb_path:
|
|
58
58
|
self.base_path = edb_path
|
|
59
59
|
sys.path.append(edb_path)
|
|
60
|
-
os.environ[env_value(self.
|
|
60
|
+
os.environ[env_value(self.version)] = self.base_path
|
|
61
61
|
else:
|
|
62
|
-
self.base_path = env_path(self.
|
|
62
|
+
self.base_path = env_path(self.version)
|
|
63
63
|
sys.path.append(self.base_path)
|
|
64
64
|
os.environ["ECAD_TRANSLATORS_INSTALL_DIR"] = self.base_path
|
|
65
65
|
oa_directory = os.path.join(self.base_path, "common", "oa")
|
|
@@ -100,7 +100,7 @@ class EdbInit(object):
|
|
|
100
100
|
"""
|
|
101
101
|
if not RpcSession.pid:
|
|
102
102
|
RpcSession.start(
|
|
103
|
-
edb_version=self.
|
|
103
|
+
edb_version=self.version,
|
|
104
104
|
port=port,
|
|
105
105
|
restart_server=restart_rpc_server,
|
|
106
106
|
)
|
|
@@ -133,7 +133,7 @@ class EdbInit(object):
|
|
|
133
133
|
RpcSession.pid = 0
|
|
134
134
|
if not RpcSession.pid:
|
|
135
135
|
RpcSession.start(
|
|
136
|
-
edb_version=self.
|
|
136
|
+
edb_version=self.version,
|
|
137
137
|
port=port,
|
|
138
138
|
restart_server=restart_rpc_server,
|
|
139
139
|
)
|
|
@@ -372,18 +372,6 @@ class EdbInit(object):
|
|
|
372
372
|
"""
|
|
373
373
|
self._db.import_material_from_control_file(control_file, schema_dir, append)
|
|
374
374
|
|
|
375
|
-
@property
|
|
376
|
-
def version(self):
|
|
377
|
-
"""Get version of the Database.
|
|
378
|
-
|
|
379
|
-
Returns
|
|
380
|
-
-------
|
|
381
|
-
tuple(int, int)
|
|
382
|
-
A tuple of the version numbers [major, minor]
|
|
383
|
-
"""
|
|
384
|
-
major, minor = self._db.version
|
|
385
|
-
return major, minor
|
|
386
|
-
|
|
387
375
|
def scale(self, scale_factor):
|
|
388
376
|
"""Uniformly scale all geometry and their locations by a positive factor.
|
|
389
377
|
|