pyedb 0.78.0__tar.gz → 0.78.2__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.
- {pyedb-0.78.0 → pyedb-0.78.2}/PKG-INFO +1 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/__init__.py +1 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/control_file.py +3 -3
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/components.py +1 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/component.py +5 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/net/extended_net.py +1 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setups.py +9 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/source_excitations.py +1 -1
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/edb_init.py +6 -2
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/rpc_session.py +2 -2
- {pyedb-0.78.0 → pyedb-0.78.2}/LICENSE +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/README.md +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/pyproject.toml +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/__init__.pyi +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/cli/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/cli/__main__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/cli/common.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/common/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/common/nets.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_modeler.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_operations.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/cfg_terminals.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/connectable.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/component.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/hierarchy/structure_3d.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/layout.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/layout_obj.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/primitive/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/primitive/bondwire.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/primitive/path.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/primitive/primitive.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/roughness_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/terminal/terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/cell/voltage_regulator.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/components.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/component_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/component_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/definition_obj.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/definitions.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/dielectric_material_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/package_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/wirebond_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/dotnet/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/dotnet/database.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/dotnet/primitive.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/control_file.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/design_options.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/edbvalue.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/layer_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/nets_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/padstacks_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/ports.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/primitives_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/sources.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/utilities.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/variables.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/general.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/geometry/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/geometry/point_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/geometry/polygon_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/hfss.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/layout_obj_instance.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/layout_validation.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/materials.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/modeler.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/net_class.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/nets.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/padstack.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/siwave.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/simulation_setups.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/siwave.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/source_excitations.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/stackup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/heatsink.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/layer_utils.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/obj_base.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/siwave_cpa_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/value.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/edb.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/extensions/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/extensions/create_cell_array.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/extensions/dxf_swap_backend.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/extensions/via_design_backend.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/design_types.pyi +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/geometry_operators.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/grpc_warnings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/product_property.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/_typing.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/component_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/component_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/component_pin.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/materials.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/n_port_component_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/package_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/padstack_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definition/wirebond_def.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/definitions.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/design_options.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/general.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/geometry/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/geometry/arc_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/geometry/point_3d_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/geometry/point_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/geometry/polygon_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hfss.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/group.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/netlist_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/pingroup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/spice_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/hierarchy/structure_3d.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/inner/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/inner/base.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/inner/conn_obj.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/inner/layout_obj.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layers/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layers/layer.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layers/stackup_layer.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layout/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layout/cell.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layout/layout.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layout/voltage_regulator.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/layout_validation.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/modeler.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/net/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/net/differential_pair.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/net/net.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/net/net_class.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/nets.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/padstacks.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/ports/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/ports/ports.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/bondwire.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/circle.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/padstack_instance.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/path.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/polygon.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/primitive.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/primitive_instance_collection.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/rectangle.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/primitive/text.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_meshing_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_dcr_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_pi_advanced_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_pi_general_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_pi_simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_pi_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_pi_solver_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/mesh_operation.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_acrl_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_advanced_meshing_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_advanced_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_cg_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_dcrl_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_general_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/q3d_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_advanced_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_cpa_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_dc_advanced.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_dc_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_general_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_s_parameter_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/skin_depth_mesh_operation.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/simulation_setup/sweep_data.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/siwave.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/stackup.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/bundle_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/edge_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/point_terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/terminal/terminal.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/constants.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/heat_sink.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/hfss_extent_info.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/layer_map.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/layout_statistics.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/port_post_processing_prop.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/rlc.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/sources.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/sweep_data_distribution.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/value.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/utility/xml_control_file.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/database/variables.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/grpc/edb.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/libraries/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/libraries/common.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/libraries/rf_libraries/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/libraries/rf_libraries/base_functions.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/libraries/rf_libraries/planar_antennas.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/decorators.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/decorators.pyi +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/py.typed +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave_core/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave_core/cpa/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave_core/cpa/simulation_setup_data_model.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/siwave_core/product_properties.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflow.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/drc/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/drc/drc.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/sipi/hfss_auto_configuration.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/cutout.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/helpers.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/hfss_log_parser.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/physical_merge.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/workflows/utilities/siwave_log_parser.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/xml_parser/__init__.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/xml_parser/xml_parser.py +0 -0
- {pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/xml_parser/xml_stackup.py +0 -0
|
@@ -730,13 +730,13 @@ class ControlFileImportOptions:
|
|
|
730
730
|
content.set("ExtractaUsePinNames", str(self.extracta_use_pin_names).lower())
|
|
731
731
|
if self.max_antipad_radius != 0.0:
|
|
732
732
|
content.set("MaxAntiPadRadius", str(self.max_antipad_radius))
|
|
733
|
-
if self.
|
|
734
|
-
content.set("AntiPadReplaceRadius", str(self.
|
|
733
|
+
if self.antipad_replace_radius != 0.0:
|
|
734
|
+
content.set("AntiPadReplaceRadius", str(self.antipad_replace_radius))
|
|
735
735
|
if self.min_bondwire_width != 0.0:
|
|
736
736
|
content.set("MinBondwireWidth", str(self.min_bondwire_width))
|
|
737
737
|
if self.gdsii_scaling_factor != 0.0:
|
|
738
738
|
content.set("GDSIIScalingFactor", str(self.gdsii_scaling_factor))
|
|
739
|
-
content.set("DeleteEmptyNonLaminateSignalLayers", str(self.
|
|
739
|
+
content.set("DeleteEmptyNonLaminateSignalLayers", str(self.delete_empty_non_laminate_signal_layers).lower())
|
|
740
740
|
return True
|
|
741
741
|
|
|
742
742
|
|
|
@@ -1125,6 +1125,7 @@ class Components(object):
|
|
|
1125
1125
|
return False
|
|
1126
1126
|
if group_name is None:
|
|
1127
1127
|
group_name = PinGroup.unique_name(self._active_layout, "pin_group")
|
|
1128
|
+
pins = [i for i in pins if "Terminal" not in str(i.core)]
|
|
1128
1129
|
for pin in pins:
|
|
1129
1130
|
pin.is_layout_pin = True
|
|
1130
1131
|
forbiden_car = "-><"
|
|
@@ -1067,7 +1067,11 @@ class Component(Group):
|
|
|
1067
1067
|
Dic[str,:class:`PadstackInstance <pyedb.grpc.database.primitive.padstack_instance.PadstackInstance>`]
|
|
1068
1068
|
Component dictionary pins.
|
|
1069
1069
|
"""
|
|
1070
|
-
return {
|
|
1070
|
+
return {
|
|
1071
|
+
connectable.name: PadstackInstance(self._pedb, connectable)
|
|
1072
|
+
for connectable in self.core.members
|
|
1073
|
+
if "name" in dir(connectable) and "Terminal" not in str(connectable)
|
|
1074
|
+
}
|
|
1071
1075
|
|
|
1072
1076
|
@property
|
|
1073
1077
|
def num_pins(self):
|
|
@@ -262,7 +262,7 @@ class ExtendedNets:
|
|
|
262
262
|
if refdes in exception_set:
|
|
263
263
|
return True
|
|
264
264
|
|
|
265
|
-
r_value, l_value, c_value = cmp.rlc_values
|
|
265
|
+
r_value, l_value, c_value = cmp.rlc_values[0] if isinstance(cmp.rlc_values[0], list) else cmp.rlc_values
|
|
266
266
|
|
|
267
267
|
if cmp.type == "inductor":
|
|
268
268
|
return l_value is not None and l_value < inductor_below
|
|
@@ -93,7 +93,15 @@ class SimulationSetups:
|
|
|
93
93
|
# would drop HFSS_PI setups (see docstring above).
|
|
94
94
|
stub = self._pedb.active_cell._Cell__stub
|
|
95
95
|
msgs = stub.GetSimulationSetups(self._pedb.active_cell.msg).items
|
|
96
|
-
|
|
96
|
+
setups = [CoreSimulationSetup(msg) for msg in msgs]
|
|
97
|
+
new_setups = []
|
|
98
|
+
for setup in setups:
|
|
99
|
+
try:
|
|
100
|
+
if setup.type:
|
|
101
|
+
new_setups.append(setup)
|
|
102
|
+
except ValueError:
|
|
103
|
+
continue # skip problematic setups
|
|
104
|
+
return new_setups
|
|
97
105
|
except Exception:
|
|
98
106
|
# Fall back to the public API if the private stub is not accessible.
|
|
99
107
|
# Note: HFSS_PI setups will be missing in this path due to the
|
|
@@ -827,7 +827,7 @@ class SourceExcitation(SourceExcitationInternal):
|
|
|
827
827
|
)
|
|
828
828
|
if isinstance(reference_net, str) or isinstance(reference_net, Net):
|
|
829
829
|
reference_net = [reference_net]
|
|
830
|
-
_reference_net = [ref.name
|
|
830
|
+
_reference_net = [ref.name if isinstance(ref, Net) else ref for ref in reference_net]
|
|
831
831
|
if len(_reference_net) == len(reference_net):
|
|
832
832
|
reference_net = _reference_net
|
|
833
833
|
for ref_net in reference_net:
|
|
@@ -28,6 +28,7 @@ import os
|
|
|
28
28
|
from pathlib import Path
|
|
29
29
|
import signal
|
|
30
30
|
import sys
|
|
31
|
+
import threading
|
|
31
32
|
import time
|
|
32
33
|
|
|
33
34
|
import ansys.edb.core.database as database
|
|
@@ -80,8 +81,11 @@ class EdbInit(object):
|
|
|
80
81
|
# register server kill
|
|
81
82
|
atexit.register(self._signal_handler)
|
|
82
83
|
# register signal handlers
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
if threading.current_thread() is threading.main_thread():
|
|
85
|
+
signal.signal(signal.SIGTERM, self._signal_handler)
|
|
86
|
+
signal.signal(signal.SIGINT, self._signal_handler)
|
|
87
|
+
else:
|
|
88
|
+
self.logger.warning("signal disabled because part of multithread application")
|
|
85
89
|
|
|
86
90
|
@staticmethod
|
|
87
91
|
def _signal_handler(signum=None, frame=None):
|
|
@@ -199,8 +199,8 @@ class RpcSession:
|
|
|
199
199
|
for attempt in range(max_attempts):
|
|
200
200
|
try:
|
|
201
201
|
RpcSession.rpc_session = launch_session(RpcSession.base_path, port_num=RpcSession.port)
|
|
202
|
-
if hasattr(RpcSession.rpc_session, "
|
|
203
|
-
RpcSession.fast_grpc_mode_enabled = RpcSession.rpc_session.
|
|
202
|
+
if hasattr(RpcSession.rpc_session, "shared_memory"):
|
|
203
|
+
RpcSession.fast_grpc_mode_enabled = RpcSession.rpc_session.shared_memory
|
|
204
204
|
else:
|
|
205
205
|
RpcSession.fast_grpc_mode_enabled = False
|
|
206
206
|
break
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/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
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/definition/dielectric_material_model.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
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.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.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py
RENAMED
|
File without changes
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py
RENAMED
|
File without changes
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/utilities/siwave_cpa_simulation_setup.py
RENAMED
|
File without changes
|
{pyedb-0.78.0 → pyedb-0.78.2}/src/pyedb/dotnet/database/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
|