pyedb 0.45.0__tar.gz → 0.47.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.45.0 → pyedb-0.47.1}/PKG-INFO +1 -1
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/__init__.py +1 -1
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_data.py +1 -1
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_operations.py +11 -4
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/design_types.py +2 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/downloads.py +1 -1
- {pyedb-0.45.0 → pyedb-0.47.1}/LICENSE +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/README.md +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/pyproject.toml +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/common/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/common/nets.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_modeler.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/Variables.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/connectable.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/component.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/layout.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/layout_obj.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/primitive/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/primitive/bondwire.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/primitive/path.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/primitive/primitive.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/terminal/terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/cell/voltage_regulator.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/components.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/component_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/component_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/definition_obj.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/definitions.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/definition/package_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/dotnet/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/dotnet/database.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/dotnet/primitive.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/control_file.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/design_options.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/edbvalue.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/layer_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/nets_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/padstacks_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/ports.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/primitives_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/sources.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/utilities.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/variables.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/general.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/geometry/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/geometry/point_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/geometry/polygon_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/hfss.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/layout_obj_instance.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/layout_validation.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/materials.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/modeler.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/net_class.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/nets.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/padstack.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/siwave.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/stackup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/heatsink.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/obj_base.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/edb.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/extensions/pre_layout_design_toolkit/via_design.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/components.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/control_file.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/component_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/component_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/component_pin.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/materials.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/n_port_component_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/package_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definition/padstack_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/definitions.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/general.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/geometry/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/geometry/arc_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/geometry/point_3d_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/geometry/point_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/geometry/polygon_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hfss.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/component.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/netlist_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/pingroup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/hierarchy/spice_model.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layers/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layers/layer.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layers/stackup_layer.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layout/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layout/cell.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layout/layout.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layout/voltage_regulator.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/layout_validation.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/modeler.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/net/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/net/differential_pair.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/net/extended_net.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/net/net.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/net/net_class.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/nets.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/padstacks.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/ports/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/ports/ports.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/bondwire.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/circle.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/padstack_instance.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/path.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/polygon.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/primitive.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/primitive/rectangle.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_meshing_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_dcr_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/mesh_operation.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/sweep_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/siwave.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/source_excitations.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/stackup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/bundle_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/edge_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/point_terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/terminal/terminal.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/constants.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/heat_sink.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/hfss_extent_info.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/layout_statistics.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/rlc.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/simulation_configuration.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/sources.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/sweep_data_distribution.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/utility/xml_control_file.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/edb.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/edb_init.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/rpc_session.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/siwave.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/workflow.py +0 -0
|
@@ -73,7 +73,7 @@ class CfgData(object):
|
|
|
73
73
|
]
|
|
74
74
|
|
|
75
75
|
self.package_definitions = CfgPackageDefinitions(self._pedb, data=kwargs.get("package_definitions", []))
|
|
76
|
-
self.operations = CfgOperations(self._pedb, data=kwargs.get("operations",
|
|
76
|
+
self.operations = CfgOperations(self._pedb, data=kwargs.get("operations", {}))
|
|
77
77
|
|
|
78
78
|
self.modeler = CfgModeler(self._pedb, data=kwargs.get("modeler", {}))
|
|
79
79
|
|
|
@@ -56,9 +56,7 @@ class CfgCutout(CfgBase):
|
|
|
56
56
|
self.api = self.Grpc(self)
|
|
57
57
|
else:
|
|
58
58
|
self.api = self.DotNet(self)
|
|
59
|
-
self.auto_identify_nets = kwargs.get(
|
|
60
|
-
"auto_identify_nets", {"enabled": False, "resistor_below": 100, "inductor_below": 1, "capacitor_above": 1}
|
|
61
|
-
)
|
|
59
|
+
self.auto_identify_nets = kwargs.get("auto_identify_nets")
|
|
62
60
|
self.signal_list = kwargs.get("signal_list")
|
|
63
61
|
self.reference_list = kwargs.get("reference_list")
|
|
64
62
|
self.extent_type = kwargs.get("extent_type")
|
|
@@ -163,7 +161,16 @@ class CfgOperations(CfgBase):
|
|
|
163
161
|
self.api = self.Grpc(self)
|
|
164
162
|
else:
|
|
165
163
|
self.api = self.DotNet(self)
|
|
166
|
-
|
|
164
|
+
cutout = data.get("cutout", None)
|
|
165
|
+
if cutout:
|
|
166
|
+
auto_identify_nets = (
|
|
167
|
+
cutout.pop("auto_identify_nets")
|
|
168
|
+
if cutout.get("auto_identify_nets")
|
|
169
|
+
else {"enabled": False, "resistor_below": 100, "inductor_below": 1, "capacitor_above": 1}
|
|
170
|
+
)
|
|
171
|
+
self.op_cutout = CfgCutout(pedb, auto_identify_nets=auto_identify_nets, **cutout)
|
|
172
|
+
else:
|
|
173
|
+
self.op_cutout = None
|
|
167
174
|
|
|
168
175
|
def apply(self):
|
|
169
176
|
"""Imports operation information from JSON."""
|
|
@@ -33,6 +33,7 @@ def Edb(
|
|
|
33
33
|
use_ppe=False,
|
|
34
34
|
technology_file=None,
|
|
35
35
|
grpc=False,
|
|
36
|
+
control_file=None,
|
|
36
37
|
):
|
|
37
38
|
"""Provides the EDB application interface.
|
|
38
39
|
|
|
@@ -127,6 +128,7 @@ def Edb(
|
|
|
127
128
|
student_version=student_version,
|
|
128
129
|
use_ppe=use_ppe,
|
|
129
130
|
technology_file=technology_file,
|
|
131
|
+
control_file=control_file,
|
|
130
132
|
)
|
|
131
133
|
|
|
132
134
|
|
|
@@ -30,7 +30,7 @@ import zipfile
|
|
|
30
30
|
from pyedb.generic.general_methods import is_linux, settings
|
|
31
31
|
|
|
32
32
|
tmpfold = tempfile.gettempdir()
|
|
33
|
-
EXAMPLE_REPO = "https://github.com/ansys/example-data/raw/
|
|
33
|
+
EXAMPLE_REPO = "https://github.com/ansys/example-data/raw/main/"
|
|
34
34
|
EXAMPLES_PATH = os.path.join(tmpfold, "PyAEDTExamples")
|
|
35
35
|
|
|
36
36
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.45.0 → pyedb-0.47.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/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.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/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
|
{pyedb-0.45.0 → pyedb-0.47.1}/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
|
|
File without changes
|
|
File without changes
|
|
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.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py
RENAMED
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.45.0 → pyedb-0.47.1}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|