pyedb 0.41.0__tar.gz → 0.43.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyedb might be problematic. Click here for more details.
- {pyedb-0.41.0 → pyedb-0.43.0}/PKG-INFO +1 -1
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/__init__.py +1 -1
- pyedb-0.43.0/src/pyedb/configuration/cfg_boundaries.py +181 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_components.py +333 -97
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_general.py +30 -12
- pyedb-0.43.0/src/pyedb/configuration/cfg_modeler.py +234 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_nets.py +33 -17
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_operations.py +63 -31
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_package_definition.py +72 -51
- pyedb-0.43.0/src/pyedb/configuration/cfg_pin_groups.py +145 -0
- pyedb-0.43.0/src/pyedb/configuration/cfg_s_parameter_models.py +141 -0
- pyedb-0.43.0/src/pyedb/configuration/cfg_setup.py +289 -0
- pyedb-0.43.0/src/pyedb/configuration/cfg_stackup.py +212 -0
- pyedb-0.43.0/src/pyedb/configuration/configuration.py +578 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/padstack_instance_terminal.py +5 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/point_terminal.py +12 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/terminal.py +0 -14
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/dotnet/database.py +2 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/padstacks_data.py +7 -2
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/sweep_data.py +63 -10
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/siwave.py +4 -1
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/simulation_setup.py +15 -16
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/edb.py +77 -110
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/components.py +1 -2
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/component.py +9 -1
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/s_parameter_model.py +2 -2
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/spice_model.py +4 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/hfss_extent_info.py +31 -20
- pyedb-0.41.0/src/pyedb/configuration/cfg_boundaries.py +0 -95
- pyedb-0.41.0/src/pyedb/configuration/cfg_modeler.py +0 -140
- pyedb-0.41.0/src/pyedb/configuration/cfg_pin_groups.py +0 -93
- pyedb-0.41.0/src/pyedb/configuration/cfg_s_parameter_models.py +0 -116
- pyedb-0.41.0/src/pyedb/configuration/cfg_setup.py +0 -244
- pyedb-0.41.0/src/pyedb/configuration/cfg_stackup.py +0 -180
- pyedb-0.41.0/src/pyedb/configuration/configuration.py +0 -430
- {pyedb-0.41.0 → pyedb-0.43.0}/LICENSE +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/README.md +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/pyproject.toml +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/common/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/common/nets.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/component_libraries/ansys_components.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_common.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_padstacks.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_ports_sources.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/configuration/cfg_spice_models.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/clr_module.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/Variables.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/connectable.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/component.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/hierarchy_obj.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/netlist_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/s_parameter_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/hierarchy/spice_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/layout.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/layout_obj.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/primitive/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/primitive/bondwire.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/primitive/path.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/primitive/primitive.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/bundle_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/edge_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/cell/voltage_regulator.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/components.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/component_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/component_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/definition_obj.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/definitions.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/definition/package_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/dotnet/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/dotnet/primitive.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/control_file.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/design_options.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/edbvalue.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/hfss_extent_info.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/layer_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/nets_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/ports.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/primitives_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/raptor_x_simulation_setup_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/simulation_configuration.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/sources.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/utilities.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/edb_data/variables.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/general.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/geometry/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/geometry/point_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/geometry/polygon_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/hfss.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/layout_obj_instance.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/layout_validation.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/materials.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/modeler.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/net_class.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/nets.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/padstack.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/adaptive_frequency_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/mesh_operation.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/sim_setup_info.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/simulation_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/data/siw_dc_ir_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/io/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/sim_setup_data/io/siwave.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/stackup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/heatsink.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/hfss_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/obj_base.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/dotnet/database/utilities/siwave_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/edb_logger.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/exceptions.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/extensions/pre_layout_design_toolkit/via_design.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/constants.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/data_handlers.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/design_types.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/filesystem.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/general_methods.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/plot.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/process.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/generic/settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/control_file.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/component_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/component_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/component_pin.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/materials.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/n_port_component_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/package_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definition/padstack_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/definitions.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/general.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/geometry/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/geometry/arc_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/geometry/point_3d_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/geometry/point_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/geometry/polygon_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hfss.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/netlist_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/pin_pair_model.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/hierarchy/pingroup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layers/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layers/layer.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layers/stackup_layer.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layout/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layout/cell.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layout/layout.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layout/voltage_regulator.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/layout_validation.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/modeler.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/net/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/net/differential_pair.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/net/extended_net.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/net/net.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/net/net_class.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/nets.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/padstacks.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/ports/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/ports/ports.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/bondwire.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/circle.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/padstack_instance.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/path.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/polygon.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/primitive.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/primitive/rectangle.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/adaptive_frequency.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_meshing_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_advanced_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_dcr_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_general_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_settings_options.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/hfss_solver_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/mesh_operation.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_advanced_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_general_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/raptor_x_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/siwave_simulation_setup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/simulation_setup/sweep_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/siwave.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/source_excitations.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/stackup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/bundle_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/edge_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/padstack_instance_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/pingroup_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/point_terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/terminal/terminal.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/constants.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/heat_sink.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/layout_statistics.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/rlc.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/simulation_configuration.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/sources.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/sweep_data_distribution.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/database/utility/xml_control_file.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/edb.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/edb_init.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/grpc/rpc_session.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/bom/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/bom/bom.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/bom/bom_item.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/bom/characteristics.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/bom/refdes.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/color.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/content.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/dictionary_color.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/dictionary_fill.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/dictionary_line.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/entry_color.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/entry_line.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/fill.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/layer_ref.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/content/standard_geometries_dictionary.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/assembly_drawing.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/cad_data.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/component.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/drill.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/feature.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/layer.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/layer_feature.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/logical_net.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/outline.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/package.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_hole_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_instance.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/padstack_pad_def.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/path.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/phy_net.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/pin.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/polygon.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/profile.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/stackup.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_group.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/stackup_layer.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_data/step.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/cad_header.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/ecad.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ecad/spec.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/history_record.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/ipc2581.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/ipc2581/logistic_header.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/aedtlib_personalib_install.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/downloads.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/misc.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/pyedb.runtimeconfig.json +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc/__init__.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc/component_tags.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc/net_tags.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc/tag_library.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc/xml_generic.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/emc_rule_checker_settings.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/fd_xtalk_scan_config.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/impedance_scan_config.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/net.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/pins.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/scan_config.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/siw_feature_config/xtalk_scan/td_xtalk_config.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/misc/utilities.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/modeler/geometry_operators.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/siwave.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/siwave_core/icepak.py +0 -0
- {pyedb-0.41.0 → pyedb-0.43.0}/src/pyedb/workflow.py +0 -0
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
|
|
2
|
+
# SPDX-License-Identifier: MIT
|
|
3
|
+
#
|
|
4
|
+
#
|
|
5
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
# in the Software without restriction, including without limitation the rights
|
|
8
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
# furnished to do so, subject to the following conditions:
|
|
11
|
+
#
|
|
12
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
# copies or substantial portions of the Software.
|
|
14
|
+
#
|
|
15
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
# SOFTWARE.
|
|
22
|
+
|
|
23
|
+
from pyedb.configuration.cfg_common import CfgBase
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class CfgBoundaries(CfgBase):
|
|
27
|
+
class Grpc:
|
|
28
|
+
@property
|
|
29
|
+
def pyedb_obj(self):
|
|
30
|
+
return self.parent.pyedb_obj
|
|
31
|
+
|
|
32
|
+
def __init__(self, parent):
|
|
33
|
+
self.parent = parent
|
|
34
|
+
self._pedb = parent.pedb
|
|
35
|
+
self.open_region = self.parent.boundary_data.get("open_region", None)
|
|
36
|
+
self.open_region_type = self.parent.boundary_data.get("map_open_region_type", None)
|
|
37
|
+
self.pml_visible = self.parent.boundary_data.get("pml_visible", None)
|
|
38
|
+
self.pml_operation_frequency = self.parent.boundary_data.get("pml_operation_frequency", None)
|
|
39
|
+
self.pml_radiation_factor = self.parent.boundary_data.get("pml_radiation_factor", None)
|
|
40
|
+
self.dielectric_extent_type = self.parent.boundary_data.get("dielectric_extent_type", None)
|
|
41
|
+
self.horizontal_padding = self.parent.boundary_data.get("horizontal_padding", None)
|
|
42
|
+
self.honor_primitives_on_dielectric_layers = self.parent.boundary_data.get(
|
|
43
|
+
"honor_primitives_on_dielectric_layers", False
|
|
44
|
+
)
|
|
45
|
+
self.air_box_extent_type = self.parent.boundary_data.get("air_box_extent_type", None)
|
|
46
|
+
self.air_box_base_polygon = self.parent.boundary_data.get("air_box_base_polygon", None)
|
|
47
|
+
self.air_box_truncate_model_ground_layers = self.parent.boundary_data.get(
|
|
48
|
+
"air_box_truncate_model_ground_layers", None
|
|
49
|
+
)
|
|
50
|
+
self.air_box_horizontal_padding = self.parent.boundary_data.get("air_box_horizontal_padding", None)
|
|
51
|
+
self.air_box_positive_vertical_padding = self.parent.boundary_data.get(
|
|
52
|
+
"air_box_positive_vertical_padding", None
|
|
53
|
+
)
|
|
54
|
+
self.air_box_negative_vertical_padding = self.parent.boundary_data.get(
|
|
55
|
+
"air_box_negative_vertical_padding", None
|
|
56
|
+
)
|
|
57
|
+
|
|
58
|
+
def set_parameters_to_edb(self):
|
|
59
|
+
if self.open_region is not None:
|
|
60
|
+
self._pedb.hfss.hfss_extent_info.use_open_region = self.open_region
|
|
61
|
+
if self.open_region_type:
|
|
62
|
+
self._pedb.hfss.hfss_extent_info.open_region_type = self.open_region_type.lower()
|
|
63
|
+
if self.pml_visible is not None:
|
|
64
|
+
self._pedb.hfss.hfss_extent_info.is_pml_visible = self.pml_visible
|
|
65
|
+
if self.pml_operation_frequency:
|
|
66
|
+
self._pedb.hfss.hfss_extent_info.operating_freq = self.pml_operation_frequency
|
|
67
|
+
if self.pml_radiation_factor:
|
|
68
|
+
self._pedb.hfss.hfss_extent_info.pml_radiation_factor = self.pml_radiation_factor
|
|
69
|
+
if self.dielectric_extent_type:
|
|
70
|
+
self._pedb.hfss.hfss_extent_info.extent_type = self.dielectric_extent_type.lower()
|
|
71
|
+
if self.horizontal_padding:
|
|
72
|
+
self._pedb.hfss.hfss_extent_info.dielectric_extent_size = float(self.horizontal_padding)
|
|
73
|
+
if self.honor_primitives_on_dielectric_layers is not None:
|
|
74
|
+
self._pedb.hfss.hfss_extent_info.honor_user_dielectric = self.honor_primitives_on_dielectric_layers
|
|
75
|
+
if self.air_box_extent_type:
|
|
76
|
+
self._pedb.hfss.hfss_extent_info.extent_type = self.air_box_extent_type.lower()
|
|
77
|
+
if self.air_box_truncate_model_ground_layers is not None:
|
|
78
|
+
self._pedb.hfss.hfss_extent_info.truncate_air_box_at_ground = self.air_box_truncate_model_ground_layers
|
|
79
|
+
if self.air_box_horizontal_padding:
|
|
80
|
+
self._pedb.hfss.hfss_extent_info.air_box_horizontal_extent = float(self.air_box_horizontal_padding)
|
|
81
|
+
if self.air_box_positive_vertical_padding:
|
|
82
|
+
self._pedb.hfss.hfss_extent_info.parentair_box_positive_vertical_extent = float(
|
|
83
|
+
self.air_box_positive_vertical_padding
|
|
84
|
+
)
|
|
85
|
+
if self.air_box_negative_vertical_padding:
|
|
86
|
+
self._pedb.hfss.hfss_extent_info.air_box_negative_vertical_extent = float(
|
|
87
|
+
self.air_box_negative_vertical_padding
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
def get_parameters_from_edb(self):
|
|
91
|
+
self.open_region = self._pedb.hfss.hfss_extent_info.use_open_region
|
|
92
|
+
self.open_region_type = self._pedb.hfss.hfss_extent_info.open_region_type
|
|
93
|
+
self.pml_visible = self._pedb.hfss.hfss_extent_info.is_pml_visible
|
|
94
|
+
self.pml_operation_frequency = self._pedb.hfss.hfss_extent_info.operating_freq
|
|
95
|
+
self.pml_radiation_factor = self._pedb.hfss.hfss_extent_info.pml_radiation_factor
|
|
96
|
+
self.dielectric_extent_type = self._pedb.hfss.hfss_extent_info.extent_type
|
|
97
|
+
self.horizontal_padding = self._pedb.hfss.hfss_extent_info.dielectric_extent_size
|
|
98
|
+
self.honor_primitives_on_dielectric_layers = self._pedb.hfss.hfss_extent_info.honor_user_dielectric
|
|
99
|
+
self.air_box_extent_type = self._pedb.hfss.hfss_extent_info.extent_type
|
|
100
|
+
self.air_box_truncate_model_ground_layers = self._pedb.hfss.hfss_extent_info.truncate_air_box_at_ground
|
|
101
|
+
self.air_box_horizontal_padding = self._pedb.hfss.hfss_extent_info.air_box_horizontal_extent
|
|
102
|
+
self.air_box_positive_vertical_padding = self._pedb.hfss.hfss_extent_info.air_box_positive_vertical_extent
|
|
103
|
+
self.air_box_negative_vertical_padding = self._pedb.hfss.hfss_extent_info.air_box_negative_vertical_extent
|
|
104
|
+
return self.parent.get_attributes()
|
|
105
|
+
|
|
106
|
+
class DotNet(Grpc):
|
|
107
|
+
def __init__(self, parent):
|
|
108
|
+
super().__init__(parent)
|
|
109
|
+
|
|
110
|
+
def get_parameters_from_edb(self):
|
|
111
|
+
self.parent.open_region = self._pedb.hfss.hfss_extent_info.use_open_region
|
|
112
|
+
self.parent.open_region_type = self._pedb.hfss.hfss_extent_info.open_region_type
|
|
113
|
+
self.parent.pml_visible = self._pedb.hfss.hfss_extent_info.is_pml_visible
|
|
114
|
+
self.parent.pml_operation_frequency = self._pedb.hfss.hfss_extent_info.operating_freq.tostring
|
|
115
|
+
self.parent.pml_radiation_factor = self._pedb.hfss.hfss_extent_info.radiation_level.tostring
|
|
116
|
+
self.parent.dielectric_extent_type = self._pedb.hfss.hfss_extent_info.extent_type
|
|
117
|
+
self.parent.horizontal_padding = self._pedb.hfss.hfss_extent_info.dielectric_extent_size
|
|
118
|
+
self.parent.honor_primitives_on_dielectric_layers = self._pedb.hfss.hfss_extent_info.honor_user_dielectric
|
|
119
|
+
self.parent.air_box_extent_type = self._pedb.hfss.hfss_extent_info.extent_type
|
|
120
|
+
self.parent.air_box_truncate_model_ground_layers = (
|
|
121
|
+
self._pedb.hfss.hfss_extent_info.truncate_air_box_at_ground
|
|
122
|
+
)
|
|
123
|
+
self.parent.air_box_horizontal_padding = self._pedb.hfss.hfss_extent_info.air_box_horizontal_extent
|
|
124
|
+
self.parent.air_box_positive_vertical_padding = (
|
|
125
|
+
self._pedb.hfss.hfss_extent_info.air_box_positive_vertical_extent
|
|
126
|
+
)
|
|
127
|
+
self.parent.air_box_negative_vertical_padding = (
|
|
128
|
+
self._pedb.hfss.hfss_extent_info.air_box_negative_vertical_extent
|
|
129
|
+
)
|
|
130
|
+
return self.parent.get_attributes(exclude="boundary_data")
|
|
131
|
+
|
|
132
|
+
def set_parameters_to_edb(self):
|
|
133
|
+
"""Imports boundary information from JSON."""
|
|
134
|
+
if self.open_region is not None:
|
|
135
|
+
self._pedb.hfss.hfss_extent_info.use_open_region = self.open_region
|
|
136
|
+
if self.open_region_type:
|
|
137
|
+
self._pedb.hfss.hfss_extent_info.open_region_type = self.open_region_type.lower()
|
|
138
|
+
if self.pml_visible is not None:
|
|
139
|
+
self._pedb.hfss.hfss_extent_info.is_pml_visible = self.pml_visible
|
|
140
|
+
if self.pml_operation_frequency:
|
|
141
|
+
self._pedb.hfss.hfss_extent_info.operating_freq = self.pml_operation_frequency
|
|
142
|
+
if self.pml_radiation_factor:
|
|
143
|
+
if self._pedb.grpc:
|
|
144
|
+
self._pedb.hfss.hfss_extent_info.pml_radiation_factor = self.pml_radiation_factor
|
|
145
|
+
else:
|
|
146
|
+
self._pedb.hfss.hfss_extent_info.radiation_level = self.pml_radiation_factor
|
|
147
|
+
if self.dielectric_extent_type:
|
|
148
|
+
self._pedb.hfss.hfss_extent_info.extent_type = self.dielectric_extent_type.lower()
|
|
149
|
+
if self.horizontal_padding:
|
|
150
|
+
self._pedb.hfss.hfss_extent_info.dielectric_extent_size = float(self.horizontal_padding)
|
|
151
|
+
if self.honor_primitives_on_dielectric_layers is not None:
|
|
152
|
+
self._pedb.hfss.hfss_extent_info.honor_user_dielectric = self.honor_primitives_on_dielectric_layers
|
|
153
|
+
if self.air_box_extent_type:
|
|
154
|
+
self._pedb.hfss.hfss_extent_info.extent_type = self.air_box_extent_type.lower()
|
|
155
|
+
if self.air_box_truncate_model_ground_layers is not None:
|
|
156
|
+
self._pedb.hfss.hfss_extent_info.truncate_air_box_at_ground = self.air_box_truncate_model_ground_layers
|
|
157
|
+
if self.air_box_horizontal_padding:
|
|
158
|
+
self._pedb.hfss.hfss_extent_info.air_box_horizontal_extent = float(self.air_box_horizontal_padding)
|
|
159
|
+
if self.air_box_positive_vertical_padding:
|
|
160
|
+
self._pedb.hfss.hfss_extent_info.air_box_positive_vertical_extent = float(
|
|
161
|
+
self.air_box_positive_vertical_padding
|
|
162
|
+
)
|
|
163
|
+
if self.air_box_negative_vertical_padding:
|
|
164
|
+
self._pedb.hfss.hfss_extent_info.air_box_negative_vertical_extent = float(
|
|
165
|
+
self.air_box_negative_vertical_padding
|
|
166
|
+
)
|
|
167
|
+
|
|
168
|
+
def __init__(self, pedb, boundary_data):
|
|
169
|
+
self.pedb = pedb
|
|
170
|
+
self.boundary_data = boundary_data
|
|
171
|
+
if self.pedb.grpc:
|
|
172
|
+
self.api = self.Grpc(self)
|
|
173
|
+
else:
|
|
174
|
+
self.api = self.DotNet(self)
|
|
175
|
+
|
|
176
|
+
def apply(self):
|
|
177
|
+
"""Imports boundary information from JSON."""
|
|
178
|
+
self.api.set_parameters_to_edb()
|
|
179
|
+
|
|
180
|
+
def get_data_from_db(self):
|
|
181
|
+
return self.api.get_parameters_from_edb()
|