ansys-edb-core 0.2.dev1__tar.gz → 0.2.0.dev2__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.
Files changed (120) hide show
  1. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/PKG-INFO +1 -1
  2. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/pyproject.toml +1 -1
  3. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/rpc_info.py +34 -34
  4. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/LICENSE +0 -0
  5. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/README.rst +0 -0
  6. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/__init__.py +0 -0
  7. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/database.py +0 -0
  8. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/__init__.py +0 -0
  9. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/bondwire_def.py +0 -0
  10. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/component_def.py +0 -0
  11. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/component_model.py +0 -0
  12. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/component_pin.py +0 -0
  13. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/component_property.py +0 -0
  14. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/dataset_def.py +0 -0
  15. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/debye_model.py +0 -0
  16. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/die_property.py +0 -0
  17. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/dielectric_material_model.py +0 -0
  18. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/djordjecvic_sarkar_model.py +0 -0
  19. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/ic_component_property.py +0 -0
  20. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/io_component_property.py +0 -0
  21. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/material_def.py +0 -0
  22. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/material_property_thermal_modifier.py +0 -0
  23. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/multipole_debye_model.py +0 -0
  24. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/package_def.py +0 -0
  25. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/padstack_def.py +0 -0
  26. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/padstack_def_data.py +0 -0
  27. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/port_property.py +0 -0
  28. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/rlc_component_property.py +0 -0
  29. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/definition/solder_ball_property.py +0 -0
  30. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/edb_defs.py +0 -0
  31. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/__init__.py +0 -0
  32. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/arc_data.py +0 -0
  33. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/point3d_data.py +0 -0
  34. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/point_data.py +0 -0
  35. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/polygon_data.py +0 -0
  36. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/r_tree.py +0 -0
  37. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/geometry/triangle3d_data.py +0 -0
  38. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/__init__.py +0 -0
  39. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/cell_instance.py +0 -0
  40. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/component_group.py +0 -0
  41. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/group.py +0 -0
  42. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/hierarchy_obj.py +0 -0
  43. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/inst_array.py +0 -0
  44. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/layout_component.py +0 -0
  45. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/model.py +0 -0
  46. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/netlist_model.py +0 -0
  47. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/pin_group.py +0 -0
  48. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/pin_pair_model.py +0 -0
  49. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/sparameter_model.py +0 -0
  50. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/spice_model.py +0 -0
  51. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/structure3d.py +0 -0
  52. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/hierarchy/via_group.py +0 -0
  53. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/__init__.py +0 -0
  54. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/base.py +0 -0
  55. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/conn_obj.py +0 -0
  56. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/decorators.py +0 -0
  57. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/edb_logging.py +0 -0
  58. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/exceptions.py +0 -0
  59. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/factory.py +0 -0
  60. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/interceptors.py +0 -0
  61. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/layout_obj.py +0 -0
  62. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/messages.py +0 -0
  63. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/parser.py +0 -0
  64. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/rpc_info_utils.py +0 -0
  65. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/utils.py +0 -0
  66. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/inner/variable_server.py +0 -0
  67. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layer/__init__.py +0 -0
  68. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layer/layer.py +0 -0
  69. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layer/layer_collection.py +0 -0
  70. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layer/stackup_layer.py +0 -0
  71. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layer/via_layer.py +0 -0
  72. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout/__init__.py +0 -0
  73. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout/cell.py +0 -0
  74. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout/layout.py +0 -0
  75. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout/mcad_model.py +0 -0
  76. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout/voltage_regulator.py +0 -0
  77. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/__init__.py +0 -0
  78. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_instance.py +0 -0
  79. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_instance_context.py +0 -0
  80. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_obj_instance.py +0 -0
  81. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_obj_instance_2d_geometry.py +0 -0
  82. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_obj_instance_3d_geometry.py +0 -0
  83. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/layout_instance/layout_obj_instance_geometry.py +0 -0
  84. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/net/__init__.py +0 -0
  85. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/net/differential_pair.py +0 -0
  86. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/net/extended_net.py +0 -0
  87. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/net/net.py +0 -0
  88. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/net/net_class.py +0 -0
  89. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/primitive/__init__.py +0 -0
  90. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/primitive/primitive.py +0 -0
  91. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/session.py +0 -0
  92. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/__init__.py +0 -0
  93. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/adaptive_solutions.py +0 -0
  94. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/hfss_simulation_settings.py +0 -0
  95. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/hfss_simulation_setup.py +0 -0
  96. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/mesh_operation.py +0 -0
  97. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/raptor_x_simulation_settings.py +0 -0
  98. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/raptor_x_simulation_setup.py +0 -0
  99. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/simulation_settings.py +0 -0
  100. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/simulation_setup.py +0 -0
  101. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/siwave_dcir_simulation_settings.py +0 -0
  102. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/siwave_dcir_simulation_setup.py +0 -0
  103. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/siwave_simulation_settings.py +0 -0
  104. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/simulation_setup/siwave_simulation_setup.py +0 -0
  105. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/terminal/__init__.py +0 -0
  106. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/terminal/terminals.py +0 -0
  107. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/typing/__init__.py +0 -0
  108. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/__init__.py +0 -0
  109. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/conversions.py +0 -0
  110. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/heat_sink.py +0 -0
  111. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/hfss_extent_info.py +0 -0
  112. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/io_manager.py +0 -0
  113. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/layer_map.py +0 -0
  114. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/material_property_thermal_modifier_params.py +0 -0
  115. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/port_post_processing_prop.py +0 -0
  116. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/rlc.py +0 -0
  117. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/temperature_settings.py +0 -0
  118. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/transform.py +0 -0
  119. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/transform3d.py +0 -0
  120. {ansys_edb_core-0.2.dev1 → ansys_edb_core-0.2.0.dev2}/src/ansys/edb/core/utility/value.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ansys-edb-core
3
- Version: 0.2.dev1
3
+ Version: 0.2.0.dev2
4
4
  Summary: A python wrapper for Ansys Edb service
5
5
  Author-email: "ANSYS, Inc." <pyansys.support@ansys.com>
6
6
  Maintainer-email: PyAnsys developers <pyansys.maintainers@ansys.com>
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
  [project]
6
6
  # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
  name = "ansys-edb-core"
8
- version = "0.2.dev1"
8
+ version = "0.2.0.dev2"
9
9
  description = "A python wrapper for Ansys Edb service"
10
10
  readme = "README.rst"
11
11
  requires-python = ">=3.8"
@@ -54,7 +54,7 @@ rpc_information = {
54
54
  "ClosestPoints": _RpcInfo(cache=True),
55
55
  },
56
56
  "ansys.api.edb.v1.BoardBendDefService": {
57
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
57
+ "Create": _RpcInfo(returns_future=True, buffer=True),
58
58
  "GetBoundaryPrim": _RpcInfo(cache=True),
59
59
  "GetBendMiddle": _RpcInfo(cache=True),
60
60
  "SetBendMiddle": _RpcInfo(buffer=True),
@@ -65,7 +65,7 @@ rpc_information = {
65
65
  "GetBentRegions": _RpcInfo(cache=True),
66
66
  },
67
67
  "ansys.api.edb.v1.BondwireService": {
68
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
68
+ "Create": _RpcInfo(returns_future=True, buffer=True),
69
69
  "GetMaterial": _RpcInfo(cache=True),
70
70
  "SetMaterial": _RpcInfo(buffer=True),
71
71
  "GetType": _RpcInfo(cache=True),
@@ -90,31 +90,31 @@ rpc_information = {
90
90
  "GetName": _RpcInfo(cache=True),
91
91
  },
92
92
  "ansys.api.edb.v1.ApdBondwireDefService": {
93
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
93
+ "Create": _RpcInfo(returns_future=True, buffer=True),
94
94
  "FindByName": _RpcInfo(cache=True),
95
95
  "GetParameters": _RpcInfo(cache=True),
96
96
  "SetParameters": _RpcInfo(buffer=True),
97
97
  },
98
98
  "ansys.api.edb.v1.Jedec4BondwireDefService": {
99
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
99
+ "Create": _RpcInfo(returns_future=True, buffer=True),
100
100
  "FindByName": _RpcInfo(cache=True),
101
101
  "GetParameters": _RpcInfo(cache=True),
102
102
  "SetParameters": _RpcInfo(buffer=True),
103
103
  },
104
104
  "ansys.api.edb.v1.Jedec5BondwireDefService": {
105
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
105
+ "Create": _RpcInfo(returns_future=True, buffer=True),
106
106
  "FindByName": _RpcInfo(cache=True),
107
107
  "GetParameters": _RpcInfo(cache=True),
108
108
  "SetParameters": _RpcInfo(buffer=True),
109
109
  },
110
110
  "ansys.api.edb.v1.BundleTerminalService": {
111
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
111
+ "Create": _RpcInfo(returns_future=True, buffer=True),
112
112
  "Ungroup": _RpcInfo(buffer=True),
113
113
  "GetTerminals": _RpcInfo(read_no_cache=True),
114
114
  "StreamTerminals": _RpcInfo(read_no_cache=True),
115
115
  },
116
116
  "ansys.api.edb.v1.CellService": {
117
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
117
+ "Create": _RpcInfo(returns_future=True, buffer=True),
118
118
  "GetLayout": _RpcInfo(cache=True),
119
119
  "Find": _RpcInfo(cache=True),
120
120
  "Delete": _RpcInfo(buffer=True),
@@ -159,13 +159,13 @@ rpc_information = {
159
159
  "SetParameterOverride": _RpcInfo(buffer=True),
160
160
  },
161
161
  "ansys.api.edb.v1.CircleService": {
162
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
162
+ "Create": _RpcInfo(returns_future=True, buffer=True),
163
163
  "Render": _RpcInfo(cache=True),
164
164
  "GetParameters": _RpcInfo(cache=True),
165
165
  "SetParameters": _RpcInfo(buffer=True),
166
166
  },
167
167
  "ansys.api.edb.v1.ComponentDefService": {
168
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
168
+ "Create": _RpcInfo(returns_future=True, buffer=True),
169
169
  "FindByName": _RpcInfo(cache=True),
170
170
  "SetName": _RpcInfo(buffer=True),
171
171
  "GetName": _RpcInfo(cache=True),
@@ -179,7 +179,7 @@ rpc_information = {
179
179
  "RemoveComponentModel": _RpcInfo(buffer=True),
180
180
  },
181
181
  "ansys.api.edb.v1.ComponentGroupService": {
182
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
182
+ "Create": _RpcInfo(returns_future=True, buffer=True),
183
183
  "GetNumberOfPins": _RpcInfo(cache=True),
184
184
  "GetComponentProperty": _RpcInfo(cache=True),
185
185
  "SetComponentProperty": _RpcInfo(buffer=True),
@@ -197,7 +197,7 @@ rpc_information = {
197
197
  "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True)
198
198
  },
199
199
  "ansys.api.edb.v1.DynamicLinkComponentModelService": {
200
- "Create": _RpcInfo(returns_future=True, buffer=True),
200
+ "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
201
201
  "SetDesignName": _RpcInfo(buffer=True),
202
202
  "GetDesignName": _RpcInfo(cache=True),
203
203
  },
@@ -250,7 +250,7 @@ rpc_information = {
250
250
  "GetFootprints": _RpcInfo(cache=True),
251
251
  },
252
252
  "ansys.api.edb.v1.DatasetDefService": {
253
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
253
+ "Create": _RpcInfo(returns_future=True, buffer=True),
254
254
  "FindByName": _RpcInfo(cache=True),
255
255
  "GetName": _RpcInfo(cache=True),
256
256
  "SetName": _RpcInfo(buffer=True),
@@ -286,7 +286,7 @@ rpc_information = {
286
286
  "SetOrientation": _RpcInfo(buffer=True),
287
287
  },
288
288
  "ansys.api.edb.v1.DifferentialPairService": {
289
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
289
+ "Create": _RpcInfo(returns_future=True, buffer=True),
290
290
  "FindByName": _RpcInfo(cache=True),
291
291
  "GetDifferentialPair": _RpcInfo(cache=True),
292
292
  "SetDifferentialPair": _RpcInfo(buffer=True),
@@ -308,24 +308,24 @@ rpc_information = {
308
308
  },
309
309
  "ansys.api.edb.v1.EdgeService": {
310
310
  "GetEdgeType": _RpcInfo(cache=True),
311
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
311
+ "Create": _RpcInfo(returns_future=True, buffer=True),
312
312
  "GetParameters": _RpcInfo(cache=True),
313
313
  },
314
314
  "ansys.api.edb.v1.EdgeTerminalService": {
315
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
315
+ "Create": _RpcInfo(returns_future=True, buffer=True),
316
316
  "GetEdges": _RpcInfo(read_no_cache=True),
317
317
  "StreamEdges": _RpcInfo(read_no_cache=True),
318
318
  "SetEdges": _RpcInfo(buffer=True),
319
319
  },
320
320
  "ansys.api.edb.v1.ExtendedNetService": {
321
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
321
+ "Create": _RpcInfo(returns_future=True, buffer=True),
322
322
  "FindByName": _RpcInfo(cache=True),
323
323
  "RemoveNet": _RpcInfo(buffer=True),
324
324
  "AddNet": _RpcInfo(buffer=True),
325
325
  "RemoveAllNets": _RpcInfo(buffer=True),
326
326
  },
327
327
  "ansys.api.edb.v1.GroupService": {
328
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
328
+ "Create": _RpcInfo(returns_future=True, buffer=True),
329
329
  "FindByName": _RpcInfo(cache=True),
330
330
  "AddMember": _RpcInfo(buffer=True),
331
331
  "RemoveMember": _RpcInfo(buffer=True),
@@ -435,7 +435,7 @@ rpc_information = {
435
435
  "GetPortProperty": _RpcInfo(cache=True),
436
436
  },
437
437
  "ansys.api.edb.v1.InstArrayService": {
438
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
438
+ "Create": _RpcInfo(returns_future=True, buffer=True),
439
439
  "FindByName": _RpcInfo(cache=True),
440
440
  "GetXAxis": _RpcInfo(cache=True),
441
441
  "SetXAxis": _RpcInfo(buffer=True),
@@ -485,7 +485,7 @@ rpc_information = {
485
485
  },
486
486
  "ansys.api.edb.v1.LayerCollectionService": {
487
487
  "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
488
- "Clone": _RpcInfo(returns_future=True, buffer=True),
488
+ "Clone": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
489
489
  "GetMode": _RpcInfo(cache=True, write_no_cache_invalidation=True),
490
490
  "SetMode": _RpcInfo(buffer=True),
491
491
  "AddLayers": _RpcInfo(buffer=True),
@@ -577,7 +577,7 @@ rpc_information = {
577
577
  "GetColor": _RpcInfo(cache=True),
578
578
  },
579
579
  "ansys.api.edb.v1.MaterialDefService": {
580
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
580
+ "Create": _RpcInfo(returns_future=True, buffer=True),
581
581
  "SetProperty": _RpcInfo(buffer=True),
582
582
  "FindByName": _RpcInfo(cache=True),
583
583
  "Delete": _RpcInfo(buffer=True),
@@ -634,7 +634,7 @@ rpc_information = {
634
634
  "SetParameters": _RpcInfo(buffer=True),
635
635
  },
636
636
  "ansys.api.edb.v1.NetService": {
637
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
637
+ "Create": _RpcInfo(returns_future=True, buffer=True),
638
638
  "FindByName": _RpcInfo(cache=True),
639
639
  "GetName": _RpcInfo(cache=True),
640
640
  "SetName": _RpcInfo(buffer=True),
@@ -644,7 +644,7 @@ rpc_information = {
644
644
  "StreamLayoutObjects": _RpcInfo(read_no_cache=True),
645
645
  },
646
646
  "ansys.api.edb.v1.NetClassService": {
647
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
647
+ "Create": _RpcInfo(returns_future=True, buffer=True),
648
648
  "FindByName": _RpcInfo(cache=True),
649
649
  "GetName": _RpcInfo(cache=True),
650
650
  "SetName": _RpcInfo(buffer=True),
@@ -661,7 +661,7 @@ rpc_information = {
661
661
  "SetNetlist": _RpcInfo(buffer=True),
662
662
  },
663
663
  "ansys.api.edb.v1.PackageDefService": {
664
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
664
+ "Create": _RpcInfo(returns_future=True, buffer=True),
665
665
  "Delete": _RpcInfo(buffer=True),
666
666
  "FindByName": _RpcInfo(cache=True),
667
667
  "FindByEDBUId": _RpcInfo(cache=True),
@@ -688,7 +688,7 @@ rpc_information = {
688
688
  "GetProductPropertyIds": _RpcInfo(cache=True),
689
689
  },
690
690
  "ansys.api.edb.v1.PadstackDefService": {
691
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
691
+ "Create": _RpcInfo(returns_future=True, buffer=True),
692
692
  "Delete": _RpcInfo(buffer=True),
693
693
  "FindByName": _RpcInfo(cache=True),
694
694
  "GetName": _RpcInfo(cache=True),
@@ -720,7 +720,7 @@ rpc_information = {
720
720
  "SetConnectionPt": _RpcInfo(buffer=True),
721
721
  },
722
722
  "ansys.api.edb.v1.PadstackInstanceService": {
723
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
723
+ "Create": _RpcInfo(returns_future=True, buffer=True),
724
724
  "GetPadstackDef": _RpcInfo(cache=True),
725
725
  "GetName": _RpcInfo(cache=True),
726
726
  "SetName": _RpcInfo(buffer=True),
@@ -752,7 +752,7 @@ rpc_information = {
752
752
  "SetParameters": _RpcInfo(buffer=True),
753
753
  },
754
754
  "ansys.api.edb.v1.PathService": {
755
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
755
+ "Create": _RpcInfo(returns_future=True, buffer=True),
756
756
  "Render": _RpcInfo(cache=True),
757
757
  "GetPolygonData": _RpcInfo(cache=True),
758
758
  "GetCenterLine": _RpcInfo(cache=True),
@@ -769,7 +769,7 @@ rpc_information = {
769
769
  "SetMiterRatio": _RpcInfo(buffer=True),
770
770
  },
771
771
  "ansys.api.edb.v1.PinGroupService": {
772
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
772
+ "Create": _RpcInfo(returns_future=True, buffer=True),
773
773
  "FindByName": _RpcInfo(cache=True),
774
774
  "GetName": _RpcInfo(cache=True),
775
775
  "AddPins": _RpcInfo(buffer=True),
@@ -777,7 +777,7 @@ rpc_information = {
777
777
  "GetPinGroupTerminal": _RpcInfo(cache=True),
778
778
  },
779
779
  "ansys.api.edb.v1.PinGroupTerminalService": {
780
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
780
+ "Create": _RpcInfo(returns_future=True, buffer=True),
781
781
  "GetPinGroup": _RpcInfo(cache=True),
782
782
  "SetPinGroup": _RpcInfo(buffer=True),
783
783
  "GetLayer": _RpcInfo(cache=True),
@@ -926,7 +926,7 @@ rpc_information = {
926
926
  "SetNetSettingsOptions": _RpcInfo(buffer=True),
927
927
  },
928
928
  "ansys.api.edb.v1.RectangleService": {
929
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
929
+ "Create": _RpcInfo(returns_future=True, buffer=True),
930
930
  "GetParameters": _RpcInfo(cache=True),
931
931
  "SetParameters": _RpcInfo(buffer=True),
932
932
  "Render": _RpcInfo(cache=True),
@@ -1183,7 +1183,7 @@ rpc_information = {
1183
1183
  "RemoveTerminalPinPair": _RpcInfo(buffer=True),
1184
1184
  },
1185
1185
  "ansys.api.edb.v1.StackupLayerService": {
1186
- "Create": _RpcInfo(returns_future=True, buffer=True),
1186
+ "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
1187
1187
  "GetNegative": _RpcInfo(cache=True),
1188
1188
  "SetNegative": _RpcInfo(buffer=True),
1189
1189
  "GetThickness": _RpcInfo(cache=True),
@@ -1226,18 +1226,18 @@ rpc_information = {
1226
1226
  "SetProductSolverOptions": _RpcInfo(buffer=True),
1227
1227
  },
1228
1228
  "ansys.api.edb.v1.TerminalInstanceService": {
1229
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
1229
+ "Create": _RpcInfo(returns_future=True, buffer=True),
1230
1230
  "GetOwningCellInstance": _RpcInfo(cache=True),
1231
1231
  "GetDefinitionTerminal": _RpcInfo(cache=True),
1232
1232
  "GetDefinitionTerminalName": _RpcInfo(cache=True),
1233
1233
  },
1234
1234
  "ansys.api.edb.v1.TerminalInstanceTerminalService": {
1235
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
1235
+ "Create": _RpcInfo(returns_future=True, buffer=True),
1236
1236
  "GetTerminalInstance": _RpcInfo(cache=True),
1237
1237
  "SetTerminalInstance": _RpcInfo(buffer=True),
1238
1238
  },
1239
1239
  "ansys.api.edb.v1.TextService": {
1240
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
1240
+ "Create": _RpcInfo(returns_future=True, buffer=True),
1241
1241
  "GetTextData": _RpcInfo(cache=True),
1242
1242
  "SetTextData": _RpcInfo(buffer=True),
1243
1243
  },
@@ -1330,7 +1330,7 @@ rpc_information = {
1330
1330
  "SetRefLayer": _RpcInfo(buffer=True),
1331
1331
  },
1332
1332
  "ansys.api.edb.v1.VoltageRegulatorService": {
1333
- "Create": _RpcInfo(returns_future=True, write_no_cache_invalidation=True, buffer=True),
1333
+ "Create": _RpcInfo(returns_future=True, buffer=True),
1334
1334
  "GetName": _RpcInfo(cache=True),
1335
1335
  "SetName": _RpcInfo(buffer=True),
1336
1336
  "IsActive": _RpcInfo(cache=True),