pyedb 0.14.0__tar.gz → 0.15.dev0__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.14.0 → pyedb-0.15.dev0}/PKG-INFO +1 -1
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/__init__.py +1 -1
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/utilities/simulation_setup.py +1 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/siwave.py +24 -16
- {pyedb-0.14.0 → pyedb-0.15.dev0}/LICENSE +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/README.md +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/pyproject.toml +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_boundaries.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_components.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_general.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_nets.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_operations.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_package_definition.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_pin_groups.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_s_parameter_models.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_setup.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/cfg_stackup.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/configuration/configuration.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/application/Variables.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/application/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/component.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/layout.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/layout_obj.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/primitive.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/terminal.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/components.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/component_def.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/component_model.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/definition_obj.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/definitions.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/definition/package_def.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/dotnet/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/dotnet/database.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/dotnet/layout.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/dotnet/primitive.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/control_file.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/design_options.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/edbvalue.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/hfss_pi_simulation_setup_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/layer_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/nets_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/padstacks_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/ports.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/primitives_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/sources.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/utilities.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/variables.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/general.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/geometry/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/geometry/point_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/geometry/polygon_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/hfss.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/layout.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/layout_validation.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/materials.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/net_class.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/nets.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/padstack.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sweep_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/siwave.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/stackup.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/utilities/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/utilities/heatsink.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/utilities/obj_base.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/siwave_core/icepak.py +0 -0
|
@@ -168,6 +168,7 @@ class SimulationSetup(object):
|
|
|
168
168
|
version = self._pedb.edbversion.split(".")
|
|
169
169
|
if int(version[0]) == 2024 and int(version[1]) == 2 or int(version[0]) > 2024:
|
|
170
170
|
setup_type_mapping["kRaptorX"] = utility.RaptorXSimulationSetup
|
|
171
|
+
setup_type_mapping["kHFSSPI"] = utility.HFSSPISimulationSetup
|
|
171
172
|
setup_utility = setup_type_mapping[self._setup_type]
|
|
172
173
|
return setup_utility(edb_setup_info)
|
|
173
174
|
|
|
@@ -21,6 +21,22 @@ from pyedb.misc.misc import list_installed_ansysem
|
|
|
21
21
|
from pyedb.siwave_core.icepak import Icepak
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
def wait_export_file(flag, file_path, time_sleep=0.5):
|
|
25
|
+
while True:
|
|
26
|
+
if os.path.isfile(file_path):
|
|
27
|
+
break
|
|
28
|
+
else:
|
|
29
|
+
time.sleep(1)
|
|
30
|
+
os.path.getsize(file_path)
|
|
31
|
+
while True:
|
|
32
|
+
file_size = os.path.getsize(file_path)
|
|
33
|
+
if file_size > 0:
|
|
34
|
+
break
|
|
35
|
+
else:
|
|
36
|
+
time.sleep(time_sleep)
|
|
37
|
+
return True
|
|
38
|
+
|
|
39
|
+
|
|
24
40
|
class Siwave(object): # pragma no cover
|
|
25
41
|
"""Initializes SIwave based on the inputs provided and manages SIwave release and closing.
|
|
26
42
|
|
|
@@ -309,8 +325,12 @@ class Siwave(object): # pragma no cover
|
|
|
309
325
|
bool
|
|
310
326
|
``True`` when successful, ``False`` when failed.
|
|
311
327
|
"""
|
|
312
|
-
self.oproject.ScrExportElementData(simulation_name, file_path, data_type)
|
|
313
|
-
|
|
328
|
+
flag = self.oproject.ScrExportElementData(simulation_name, file_path, data_type)
|
|
329
|
+
if flag == 0:
|
|
330
|
+
self._logger.info(f"Exporting element data to {file_path}.")
|
|
331
|
+
return wait_export_file(flag, file_path, time_sleep=1)
|
|
332
|
+
else:
|
|
333
|
+
return False
|
|
314
334
|
|
|
315
335
|
def export_siwave_report(self, simulation_name, file_path, bkground_color="White"):
|
|
316
336
|
"""Export the Siwave report.
|
|
@@ -358,20 +378,8 @@ class Siwave(object): # pragma no cover
|
|
|
358
378
|
self.oproject.ScrExportDcSimReportScaling("All", "All", -1, -1, False)
|
|
359
379
|
flag = self.oproject.ScrExportDcSimReport(simulation_name, background_color, fpath)
|
|
360
380
|
if flag == 0:
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
if os.path.isfile(fpath):
|
|
364
|
-
break
|
|
365
|
-
else:
|
|
366
|
-
time.sleep(1)
|
|
367
|
-
os.path.getsize(fpath)
|
|
368
|
-
while True:
|
|
369
|
-
file_size = os.path.getsize(fpath)
|
|
370
|
-
if file_size > 0:
|
|
371
|
-
break
|
|
372
|
-
else:
|
|
373
|
-
time.sleep(1)
|
|
374
|
-
return True
|
|
381
|
+
self._logger.info(f"Exporting Siwave DC simulation report to {fpath}.")
|
|
382
|
+
return wait_export_file(flag, fpath, time_sleep=1)
|
|
375
383
|
else:
|
|
376
384
|
return False
|
|
377
385
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/hierarchy/s_parameter_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
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/cell/terminal/pingroup_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
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/hfss_pi_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
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/edb_data/simulation_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/mesh_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/siw_dc_ir_settings.py
RENAMED
|
File without changes
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/dotnet/edb_core/sim_setup_data/data/sweep_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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.14.0 → pyedb-0.15.dev0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.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
|
{pyedb-0.14.0 → pyedb-0.15.dev0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|