ansys-api-edb 0.2.dev1__tar.gz → 0.2.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 (115) hide show
  1. {ansys_api_edb-0.2.dev1/ansys_api_edb.egg-info → ansys_api_edb-0.2.dev2}/PKG-INFO +4 -3
  2. ansys_api_edb-0.2.dev2/ansys/api/edb/VERSION +1 -0
  3. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/arc_data.proto +21 -7
  4. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/board_bend_def.proto +29 -0
  5. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/bondwire.proto +68 -29
  6. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/bondwire_def.proto +53 -22
  7. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/bundle_term.proto +14 -0
  8. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/cell.proto +97 -32
  9. ansys_api_edb-0.2.dev2/ansys/api/edb/v1/cell_instance.proto +83 -0
  10. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/circle.proto +14 -5
  11. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/component_def.proto +39 -10
  12. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/component_group.proto +22 -7
  13. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/component_model.proto +29 -9
  14. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/component_pin.proto +20 -6
  15. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/component_property.proto +23 -4
  16. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/connectable.proto +27 -11
  17. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/database.proto +91 -24
  18. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/dataset_def.proto +23 -10
  19. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/debye_model.proto +58 -4
  20. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/die_property.proto +38 -6
  21. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/dielectric_material_model.proto +3 -0
  22. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/differential_pair.proto +14 -3
  23. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/djordjecvic_sarkar_model.proto +50 -3
  24. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/edge_term.proto +24 -0
  25. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/extended_net.proto +19 -3
  26. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/group.proto +26 -7
  27. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/hfss_simulation_settings.proto +160 -1
  28. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/hfss_simulation_setup.proto +6 -2
  29. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/hierarchy_obj.proto +34 -12
  30. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/ic_component_property.proto +23 -4
  31. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/inst_array.proto +35 -6
  32. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/io_component_property.proto +17 -3
  33. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layer.proto +86 -28
  34. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layer_collection.proto +72 -24
  35. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layer_map.proto +20 -8
  36. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout.proto +57 -21
  37. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_component.proto +9 -3
  38. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_instance.proto +12 -0
  39. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_instance_context.proto +16 -0
  40. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_obj.proto +19 -9
  41. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_obj_instance.proto +19 -0
  42. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_obj_instance_2d_geometry.proto +4 -0
  43. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_obj_instance_3d_geometry.proto +2 -0
  44. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/layout_obj_instance_geometry.proto +4 -0
  45. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/material_def.proto +52 -21
  46. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/material_property_thermal_modifier.proto +8 -0
  47. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/mcad_model.proto +70 -0
  48. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/model.proto +4 -0
  49. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/multipole_debye_model.proto +11 -1
  50. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/net.proto +26 -5
  51. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/netclass.proto → ansys_api_edb-0.2.dev2/ansys/api/edb/v1/net_class.proto +28 -4
  52. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/netlist_model.proto +10 -0
  53. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/package_def.proto +63 -0
  54. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/padstack_def.proto +22 -9
  55. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/padstack_def_data.proto +86 -40
  56. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/padstack_inst_term.proto +7 -0
  57. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/padstack_instance.proto +98 -45
  58. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/path.proto +53 -21
  59. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/pin_group.proto +19 -1
  60. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/pin_group_term.proto +11 -0
  61. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/pin_pair_model.proto +16 -0
  62. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/point_data.proto +8 -0
  63. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/point_term.proto +8 -1
  64. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/polygon.proto +12 -5
  65. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/polygon_data.proto +68 -0
  66. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/port_property.proto +27 -3
  67. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/primitive.proto +66 -30
  68. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/r_tree.proto +35 -5
  69. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/raptor_x_simulation_settings.proto +155 -0
  70. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/rectangle.proto +16 -7
  71. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/rlc_component_property.proto +11 -2
  72. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/siwave_dcir_simulation_settings.proto → ansys_api_edb-0.2.dev2/ansys/api/edb/v1/si_wave_dcir_simulation_settings.proto +55 -0
  73. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/siwave_simulation_settings.proto → ansys_api_edb-0.2.dev2/ansys/api/edb/v1/si_wave_simulation_settings.proto +236 -1
  74. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/simulation_settings.proto +133 -3
  75. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/simulation_setup.proto +25 -4
  76. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/solder_ball_property.proto +36 -1
  77. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/sparameter_model.proto +11 -0
  78. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/spice_model.proto +19 -0
  79. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/stackup_layer.proto +77 -25
  80. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/structure3d.proto → ansys_api_edb-0.2.dev2/ansys/api/edb/v1/structure_3d.proto +24 -8
  81. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/term.proto +11 -0
  82. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/term_inst.proto +9 -0
  83. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/term_inst_term.proto +9 -0
  84. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/text.proto +12 -5
  85. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/transform.proto +43 -0
  86. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/transform3d.proto → ansys_api_edb-0.2.dev2/ansys/api/edb/v1/transform_3d.proto +77 -6
  87. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/value.proto +5 -1
  88. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/variable_server.proto +18 -0
  89. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/via_group.proto +17 -6
  90. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/via_layer.proto +11 -3
  91. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/voltage_regulator.proto +63 -2
  92. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2/ansys_api_edb.egg-info}/PKG-INFO +4 -3
  93. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys_api_edb.egg-info/SOURCES.txt +5 -5
  94. ansys_api_edb-0.2.dev1/ansys/api/edb/VERSION +0 -1
  95. ansys_api_edb-0.2.dev1/ansys/api/edb/v1/cell_instance.proto +0 -59
  96. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/LICENCE +0 -0
  97. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/README.md +0 -0
  98. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/__init__.py +0 -0
  99. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/py.typed +0 -0
  100. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/__init__.py +0 -0
  101. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/definition_obj.proto +0 -0
  102. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/edb_defs.proto +0 -0
  103. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/edb_messages.proto +0 -0
  104. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/io_manager.proto +0 -0
  105. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/point_3d_data.proto +0 -0
  106. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/port_post_processing_prop.proto +0 -0
  107. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/refs.proto +0 -0
  108. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys/api/edb/v1/rlc.proto +0 -0
  109. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys_api_edb.egg-info/dependency_links.txt +0 -0
  110. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys_api_edb.egg-info/entry_points.txt +0 -0
  111. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys_api_edb.egg-info/requires.txt +0 -0
  112. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/ansys_api_edb.egg-info/top_level.txt +0 -0
  113. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/pyproject.toml +0 -0
  114. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/setup.cfg +0 -0
  115. {ansys_api_edb-0.2.dev1 → ansys_api_edb-0.2.dev2}/setup.py +0 -0
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ansys-api-edb
3
- Version: 0.2.dev1
4
- Summary: Autogenerated Python gRPC interface package for ansys-api-edb, built on 19:09:40 on 05 March 2025
3
+ Version: 0.2.dev2
4
+ Summary: Autogenerated Python gRPC interface package for ansys-api-edb, built on 19:39:17 on 24 March 2025
5
5
  Home-page: https://github.com/ansys/ansys-api-edb
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: pyansys.core@ansys.com
@@ -22,6 +22,7 @@ Dynamic: description
22
22
  Dynamic: description-content-type
23
23
  Dynamic: home-page
24
24
  Dynamic: license
25
+ Dynamic: license-file
25
26
  Dynamic: maintainer
26
27
  Dynamic: maintainer-email
27
28
  Dynamic: project-url
@@ -0,0 +1 @@
1
+ 0.2.dev2
@@ -14,25 +14,39 @@ enum RotationDirection {
14
14
  }
15
15
 
16
16
  service ArcDataService {
17
- // Get height of an arc
17
+ // summary: Get height of an arc
18
+ // io_flags:
19
+ // - cache
18
20
  rpc GetHeight (ArcMessage) returns (google.protobuf.FloatValue) {}
19
21
 
20
- // Get center point of an arc
22
+ // summary: Get center point of an arc
23
+ // io_flags:
24
+ // - cache
21
25
  rpc GetCenter (ArcMessage) returns (PointMessage) {}
22
26
 
23
- // Get midpoint of an arc
27
+ // summary: Get midpoint of an arc
28
+ // io_flags:
29
+ // - cache
24
30
  rpc GetMidpoint (ArcMessage) returns (PointMessage) {}
25
31
 
26
- // Get radius of an arc
32
+ // summary: Get radius of an arc
33
+ // io_flags:
34
+ // - cache
27
35
  rpc GetRadius (ArcMessage) returns (google.protobuf.FloatValue) {}
28
36
 
29
- // Get bounding box of an arc
37
+ // summary: Get bounding box of an arc
38
+ // io_flags:
39
+ // - cache
30
40
  rpc GetBoundingBox (ArcMessage) returns (BoxMessage) {}
31
41
 
32
- // Get angle between two arcs.
42
+ // summary: Get angle between two arcs.
43
+ // io_flags:
44
+ // - cache
33
45
  rpc GetAngle (ArcMessage) returns (google.protobuf.FloatValue) {}
34
46
 
35
- // Get closest points between two arcs.
47
+ // summary: Get closest points between two arcs.
48
+ // io_flags:
49
+ // - cache
36
50
  rpc ClosestPoints (ArcDataTwoArcsMessage) returns (BoxMessage) {}
37
51
  }
38
52
 
@@ -9,22 +9,51 @@ import "ansys/api/edb/v1/point_data.proto";
9
9
  import "ansys/api/edb/v1/polygon_data.proto";
10
10
 
11
11
  service BoardBendDefService {
12
+
13
+ // summary: Create a board bend definition
14
+ // io_flags:
15
+ // - buffer
16
+ // - returns_future
12
17
  rpc Create (BoardBendDefCreateMessage) returns (EDBObjMessage) {}
13
18
 
19
+ // Summary: Get the boundary prim
20
+ // io_flags:
21
+ // - cache
14
22
  rpc GetBoundaryPrim (EDBObjMessage) returns (EDBObjMessage) {}
15
23
 
24
+ // Summary: Get the bend middle
25
+ // io_flags:
26
+ // - cache
16
27
  rpc GetBendMiddle (EDBObjMessage) returns (PointPairMessage) {}
17
28
 
29
+ // Summary: Set the bend middle
30
+ // io_flags:
31
+ // - buffer
18
32
  rpc SetBendMiddle (PointPairPropertyMessage) returns (google.protobuf.Empty) {}
19
33
 
34
+ // Summary: Get the bend radius
35
+ // io_flags:
36
+ // - cache
20
37
  rpc GetRadius (EDBObjMessage) returns (ValueMessage) {}
21
38
 
39
+ // Summary: Set the bend radius
40
+ // io_flags:
41
+ // - buffer
22
42
  rpc SetRadius (ValuePropertyMessage) returns (google.protobuf.Empty) {}
23
43
 
44
+ // Summary: Get the bend angle
45
+ // io_flags:
46
+ // - cache
24
47
  rpc GetAngle (EDBObjMessage) returns (ValueMessage) {}
25
48
 
49
+ // Summary: Set the bend angle
50
+ // io_flags:
51
+ // - buffer
26
52
  rpc SetAngle (ValuePropertyMessage) returns (google.protobuf.Empty) {}
27
53
 
54
+ // Summary: Get the bent regions
55
+ // io_flags:
56
+ // - cache
28
57
  rpc GetBentRegions (EDBObjMessage) returns (PolygonDataListMessage) {}
29
58
  }
30
59
 
@@ -23,62 +23,101 @@ enum BondwireCrossSectionType {
23
23
 
24
24
  // Bondwire service definition
25
25
  service BondwireService {
26
- // Create Bondwire
26
+ // summary: Create Bondwire
27
+ // io_flags:
28
+ // - buffer
29
+ // - returns_future
27
30
  rpc Create (BondwireCreateMessage) returns (EDBObjMessage) {}
28
31
 
29
- // Get Material
32
+ // summary: Get Material
33
+ // io_flags:
34
+ // - cache
30
35
  rpc GetMaterial (BondwireBoolMessage) returns (google.protobuf.StringValue) {}
31
36
 
32
- // Set Material
37
+ // summary: Set Material
38
+ // io_flags:
39
+ // - buffer
33
40
  rpc SetMaterial (SetMaterialMessage) returns (google.protobuf.Empty) {}
34
41
 
35
- // Get Bondwire Type
42
+ // summary: Get Bondwire Type
43
+ // io_flags:
44
+ // - cache
36
45
  rpc GetType (EDBObjMessage) returns (BondwireTypeMessage) {}
37
46
 
38
- // Set Bondwire Type
47
+ // summary: Set Bondwire Type
48
+ // io_flags:
49
+ // - buffer
39
50
  rpc SetType (SetBondwireTypeMessage) returns (google.protobuf.Empty) {}
40
51
 
41
- // Get Cross Section Type
52
+ // summary: Get Cross Section Type
53
+ // io_flags:
54
+ // - cache
42
55
  rpc GetCrossSectionType (EDBObjMessage) returns (GetCrossSectionTypeMessage) {}
43
56
 
44
- // Set Type
57
+ // summary: Set Type
58
+ // io_flags:
59
+ // - buffer
45
60
  rpc SetCrossSectionType (SetCrossSectionTypeMessage) returns (google.protobuf.Empty) {}
46
61
 
47
- // Get Cross Section Type
62
+ // summary: Get Cross Section Type
63
+ // io_flags:
64
+ // - cache
48
65
  rpc GetCrossSectionHeight (EDBObjMessage) returns (ValueMessage) {}
49
66
 
50
- // Set Type
67
+ // summary: Set Type
68
+ // io_flags:
69
+ // - buffer
51
70
  rpc SetCrossSectionHeight (SetCrossSectionHeightMessage) returns (google.protobuf.Empty) {}
52
71
 
53
- // Get Bondwire Definition Name
72
+ // summary: Get Bondwire Definition Name
73
+ // io_flags:
74
+ // - cache
54
75
  rpc GetDefinitionName (BondwireBoolMessage) returns (google.protobuf.StringValue) {}
55
-
56
- // Set Bondwire Definition Name
76
+
77
+ // summary: Set Bondwire Definition Name
78
+ // io_flags:
79
+ // - buffer
57
80
  rpc SetDefinitionName (SetDefinitionNameMessage) returns (google.protobuf.Empty) {}
58
-
59
- // Get Start Elevation Layer
81
+
82
+ // summary: Get Start Elevation Layer
83
+ // io_flags:
84
+ // - cache
60
85
  rpc GetStartElevation (GetElevationMessage) returns (EDBObjMessage) {}
61
-
62
- // Set Start Elevation Layer
86
+
87
+ // summary: Set Start Elevation Layer
88
+ // io_flags:
89
+ // - buffer
63
90
  rpc SetStartElevation (SetElevationMessage) returns (google.protobuf.Empty) {}
64
-
65
- // Get End Elevation Layer
91
+
92
+ // summary: Get End Elevation Layer
93
+ // io_flags:
94
+ // - cache
66
95
  rpc GetEndElevation (GetElevationMessage) returns (EDBObjMessage) {}
67
-
68
- // Set End Elevation Layer
96
+
97
+ // summary: Set End Elevation Layer
98
+ // io_flags:
99
+ // - buffer
69
100
  rpc SetEndElevation (SetElevationMessage) returns (google.protobuf.Empty) {}
70
-
71
- // Get Trajectory Values
101
+
102
+ // summary: Get Trajectory Values
103
+ // io_flags:
104
+ // - cache
72
105
  rpc GetTraj (EDBObjMessage) returns (BondwireTrajMessage) {}
73
-
74
- // Set Trajectory Values
106
+
107
+ // summary: Set Trajectory Values
108
+ // io_flags:
109
+ // - buffer
75
110
  rpc SetTraj (SetBondwireTrajMessage) returns (google.protobuf.Empty) {}
76
-
77
- // Get Width Value
111
+
112
+ // summary: Get Width Value
113
+ // io_flags:
114
+ // - cache
78
115
  rpc GetWidthValue (EDBObjMessage) returns (ValueMessage) {}
79
-
80
- // Get Width Value
81
- rpc SetWidthValue (BondwireValueMessage) returns (google.protobuf.Empty) {}
116
+
117
+ // summary: Set Width Value
118
+ // io_flags:
119
+ // - buffer
120
+ rpc SetWidthValue (BondwireValueMessage) returns (google.protobuf.Empty) {}
82
121
  }
83
122
 
84
123
  message BondwireCreateMessage {
@@ -14,10 +14,14 @@ enum BondwireDefType {
14
14
 
15
15
  // BondwireDef service definition
16
16
  service BondwireDefService {
17
- // Delete BondwireDef.
17
+ // summary: Delete BondwireDef.
18
+ // io_flags:
19
+ // - buffer
18
20
  rpc Delete (EDBObjMessage) returns (google.protobuf.Empty) {}
19
21
 
20
- // Get the name of the BondwireDef.
22
+ // summary: Get the name of the BondwireDef.
23
+ // io_flags:
24
+ // - cache
21
25
  rpc GetName (EDBObjMessage) returns (google.protobuf.StringValue) {}
22
26
  }
23
27
 
@@ -28,33 +32,51 @@ message BondwireDefStrMessage{
28
32
 
29
33
  // Apd BondwireDef service definition
30
34
  service ApdBondwireDefService {
31
- // Creates an Apd BondwireDef.
35
+ // summary: Creates an Apd BondwireDef.
36
+ // io_flags:
37
+ // - buffer
38
+ // - returns_future
32
39
  rpc Create (BondwireDefStrMessage) returns (EDBObjMessage) {}
33
40
 
34
- // Loads Definitions From File.
41
+ // summary: Loads Definitions From File.
35
42
  rpc LoadDefinitionsFromFile (BondwireDefStrMessage) returns (google.protobuf.Empty) {}
36
43
 
37
- // Find Apd BondwireDef By Name.
44
+ // summary: Find Apd BondwireDef By Name.
45
+ // io_flags:
46
+ // - cache
38
47
  rpc FindByName (BondwireDefStrMessage) returns (EDBObjMessage) {}
39
-
40
- // Get Apd BondwireDef parameters in cblock string format.
48
+
49
+ // summary: Get Apd BondwireDef parameters in cblock string format.
50
+ // io_flags:
51
+ // - cache
41
52
  rpc GetParameters (EDBObjMessage) returns (google.protobuf.StringValue) {}
42
53
 
43
- // Set Apd BondwireDef parameters by passing cblock string.
54
+ // summary: Set Apd BondwireDef parameters by passing cblock string.
55
+ // io_flags:
56
+ // - buffer
44
57
  rpc SetParameters (BondwireDefStrMessage) returns (google.protobuf.Empty) {}
45
58
  }
46
59
 
47
60
  service Jedec4BondwireDefService {
48
- // Creates an Jedec4BondwireDef.
61
+ // summary: Creates an Jedec4BondwireDef.
62
+ // io_flags:
63
+ // - buffer
64
+ // - returns_future
49
65
  rpc Create (BondwireDefStrMessage) returns (EDBObjMessage) {}
50
-
51
- // Find Jedec4BondwireDef By Name.
66
+
67
+ // summary: Find Jedec4BondwireDef By Name.
68
+ // io_flags:
69
+ // - cache
52
70
  rpc FindByName (BondwireDefStrMessage) returns (EDBObjMessage) {}
53
-
54
- // Get Jedec4BondwireDef parameters in cblock string format.
71
+
72
+ // summary: Get Jedec4BondwireDef parameters in cblock string format.
73
+ // io_flags:
74
+ // - cache
55
75
  rpc GetParameters (EDBObjMessage) returns (ValueMessage) {}
56
-
57
- // Set Jedec4BondwireDef parameters by passing cblock string.
76
+
77
+ // summary: Set Jedec4BondwireDef parameters by passing cblock string.
78
+ // io_flags:
79
+ // - buffer
58
80
  rpc SetParameters (Jedec4BondwireDefSetParametersMessage) returns (google.protobuf.Empty) {}
59
81
  }
60
82
 
@@ -64,16 +86,25 @@ message Jedec4BondwireDefSetParametersMessage{
64
86
  }
65
87
 
66
88
  service Jedec5BondwireDefService {
67
- // Creates an Jedec5BondwireDef.
89
+ // summary: Creates an Jedec5BondwireDef.
90
+ // io_flags:
91
+ // - buffer
92
+ // - returns_future
68
93
  rpc Create (BondwireDefStrMessage) returns (EDBObjMessage) {}
69
-
70
- // Find Jedec5BondwireDef By Name.
94
+
95
+ // summary: Find Jedec5BondwireDef By Name.
96
+ // io_flags:
97
+ // - cache
71
98
  rpc FindByName (BondwireDefStrMessage) returns (EDBObjMessage) {}
72
-
73
- // Get Jedec5BondwireDef parameters in cblock string format.
99
+
100
+ // summary: Get Jedec5BondwireDef parameters in cblock string format.
101
+ // io_flags:
102
+ // - cache
74
103
  rpc GetParameters (EDBObjMessage) returns (Jedec5BondwireDefParametersMessage) {}
75
-
76
- // Set Jedec5BondwireDef parameters by passing cblock string.
104
+
105
+ // summary: Set Jedec5BondwireDef parameters by passing cblock string.
106
+ // io_flags:
107
+ // - buffer
77
108
  rpc SetParameters (Jedec5BondwireDefSetParametersMessage) returns (google.protobuf.Empty) {}
78
109
  }
79
110
 
@@ -6,10 +6,24 @@ package ansys.api.edb.v1;
6
6
  import "ansys/api/edb/v1/edb_messages.proto";
7
7
 
8
8
  service BundleTerminalService {
9
+ // summary: Create a bundle terminal
10
+ // io_flags:
11
+ // - buffer
12
+ // - returns_future
9
13
  rpc Create (EDBObjCollectionMessage) returns (EDBObjMessage) {}
10
14
 
15
+ // summary: Ungroup the bundle terminal
16
+ // io_flags:
17
+ // - buffer
11
18
  rpc Ungroup (EDBObjMessage) returns (google.protobuf.Empty) {}
12
19
 
20
+ // summary: Get terminals in the bundle terminal
21
+ // io_flags:
22
+ // - read_no_cache
13
23
  rpc GetTerminals (EDBObjMessage) returns (EDBObjCollectionMessage) {}
24
+
25
+ // summary: Stream terminals in the bundle terminal
26
+ // io_flags:
27
+ // - read_no_cache
14
28
  rpc StreamTerminals (EDBObjMessage) returns (stream EDBObjCollectionMessage) {}
15
29
  }
@@ -10,101 +10,166 @@ import "ansys/api/edb/v1/polygon_data.proto";
10
10
 
11
11
 
12
12
  service CellService {
13
- // Creates a cell
13
+ // summary: Creates a cell
14
+ // io_flags:
15
+ // - buffer
16
+ // - returns_future
14
17
  rpc Create (CellCreationMessage) returns (EDBObjMessage) {}
15
18
 
16
- // Gets the layout of the provided cell
19
+ // summary: Gets the layout of the provided cell
20
+ // io_flags:
21
+ // - cache
17
22
  rpc GetLayout (EDBObjMessage) returns (EDBObjMessage) {}
18
23
 
19
- // Get the flattened layout
24
+ // summary: Get the flattened layout
20
25
  rpc GetFlattenedLayout (EDBObjMessage) returns (EDBObjMessage) {}
21
26
 
22
- // Find cell by name or id
27
+ // summary: Find cell by name or id
28
+ // io_flags:
29
+ // - cache
23
30
  rpc Find (CellFindMessage) returns (EDBObjMessage) {}
24
31
 
25
- // Delete a cell
32
+ // summary: Delete a cell
33
+ // io_flags:
34
+ // - buffer
26
35
  rpc Delete (EDBObjMessage) returns (google.protobuf.Empty) {}
27
36
 
28
- // Get the database
37
+ // summary: Get the database
38
+ // io_flags:
39
+ // - cache
29
40
  rpc GetDatabase (EDBObjMessage) returns (EDBObjMessage) {}
30
41
 
31
- // Get whether the cell is of type footprint
42
+ // summary: Get whether the cell is of type footprint
43
+ // io_flags:
44
+ // - cache
32
45
  rpc IsFootprint (EDBObjMessage) returns (google.protobuf.BoolValue) {}
33
46
 
34
- // Get whether the cell is a black box
47
+ // summary: Get whether the cell is a black box
48
+ // io_flags:
49
+ // - cache
35
50
  rpc IsBlackBox (EDBObjMessage) returns (google.protobuf.BoolValue) {}
36
51
 
37
- // Set whether the cell is a black box
52
+ // summary: Set whether the cell is a black box
53
+ // io_flags:
54
+ // - buffer
38
55
  rpc SetBlackBox (BoolPropertyMessage) returns (google.protobuf.Empty) {}
39
56
 
40
- // Get whether the cell supresses pads
57
+ // summary: Get whether the cell suppresses pads
58
+ // io_flags:
59
+ // - cache
41
60
  rpc GetSuppressPads (EDBObjMessage) returns (google.protobuf.BoolValue) {}
42
61
 
43
- // Set whether the cell supresses pads
62
+ // summary: Set whether the cell suppresses pads
63
+ // io_flags:
64
+ // - buffer
44
65
  rpc SetSuppressPads (BoolPropertyMessage) returns (google.protobuf.Empty) {}
45
66
 
46
- // Get whether the anti pads is always on
67
+ // summary: Get whether the anti pads is always on
68
+ // io_flags:
69
+ // - cache
47
70
  rpc GetAntiPadsAlwaysOn (EDBObjMessage) returns (google.protobuf.BoolValue) {}
48
71
 
49
- // Set whether the anti pads is always on
72
+ // summary: Set whether the anti pads is always on
73
+ // io_flags:
74
+ // - buffer
50
75
  rpc SetAntiPadsAlwaysOn (BoolPropertyMessage) returns (google.protobuf.Empty) {}
51
76
 
52
- // Get the option for anti pads
77
+ // summary: Get the option for anti pads
78
+ // io_flags:
79
+ // - cache
53
80
  rpc GetAntiPadsOption (EDBObjMessage) returns (google.protobuf.Int64Value) {}
54
81
 
55
- // Set the option for anti pads
82
+ // summary: Set the option for anti pads
83
+ // io_flags:
84
+ // - buffer
56
85
  rpc SetAntiPadsOption (IntPropertyMessage) returns (google.protobuf.Empty) {}
57
86
 
58
- // Get whether the cell is a symbolic footprint
87
+ // summary: Get whether the cell is a symbolic footprint
88
+ // io_flags:
89
+ // - cache
59
90
  rpc IsSymbolicFootprint (EDBObjMessage) returns (google.protobuf.BoolValue) {}
60
91
 
61
- // Get the name of the cell
92
+ // summary: Get the name of the cell
93
+ // io_flags:
94
+ // - cache
62
95
  rpc GetName (EDBObjMessage) returns (google.protobuf.StringValue) {}
63
96
 
64
- // Set the name of the cell
97
+ // summary: Set the name of the cell
98
+ // io_flags:
99
+ // - buffer
65
100
  rpc SetName (StringPropertyMessage) returns (google.protobuf.Empty) {}
66
101
 
67
- // Get the cell's design mode
102
+ // summary: Get the cell's design mode
103
+ // io_flags:
104
+ // - cache
68
105
  rpc GetDesignMode (EDBObjMessage) returns (DesignModeMessage) {}
69
106
 
70
- // Set the cell's design mode
107
+ // summary: Set the cell's design mode
108
+ // io_flags:
109
+ // - buffer
71
110
  rpc SetDesignMode (DesignModePropertyMessage) returns (google.protobuf.Empty) {}
72
111
 
73
- // Get HFSS extent info
112
+ // summary: Get HFSS extent info
113
+ // io_flags:
114
+ // - cache
74
115
  rpc GetHfssExtentInfo (EDBObjMessage) returns (HfssExtentInfoMessage) {}
75
116
 
76
- // Set HFSS extent info
117
+ // summary: Set HFSS extent info
118
+ // io_flags:
119
+ // - buffer
77
120
  rpc SetHfssExtentInfo (CellSetHfssExtentsMessage) returns (google.protobuf.Empty) {}
78
121
 
79
- // Get temperature settings
122
+ // summary: Get temperature settings
123
+ // io_flags:
124
+ // - cache
80
125
  rpc GetTemperatureSettings (EDBObjMessage) returns (TemperatureSettingsMessage) {}
81
126
 
82
- // Set temperature settings
127
+ // summary: Set temperature settings
128
+ // io_flags:
129
+ // - buffer
83
130
  rpc SetTemperatureSettings (CellSetTemperatureSettingsMessage) returns (google.protobuf.Empty) {}
84
131
 
85
- // Cut out a polygon
132
+ // summary: Cut out a polygon
86
133
  rpc CutOut (CellCutOutMessage) returns (EDBObjMessage) {}
87
134
 
88
- // Get a list of property ids.
135
+ // summary: Get a list of property ids.
136
+ // io_flags:
137
+ // - cache
89
138
  rpc GetProductPropertyIds (GetProductPropertyIdsMessage) returns (ProductPropertyIdsMessage) {}
90
139
 
91
- // Get product properies
140
+ // summary: Get product properties
141
+ // io_flags:
142
+ // - cache
92
143
  rpc GetProductProperty (GetProductPropertyMessage) returns (google.protobuf.StringValue) {}
93
144
 
94
- // Set a product property value
145
+ // summary: Set a product property value
146
+ // io_flags:
147
+ // - buffer
95
148
  rpc SetProductProperty (SetProductPropertyMessage) returns (google.protobuf.Empty) {}
96
149
 
97
- // Delete a simulation setup by name
150
+ // summary: Delete a simulation setup by name
151
+ // io_flags:
152
+ // - buffer
98
153
  rpc DeleteSimulationSetup (StringPropertyMessage) returns (google.protobuf.Empty) {}
99
154
 
100
- // Get simulation setups
155
+ // summary: Get simulation setups
156
+ // io_flags:
157
+ // - read_no_cache
101
158
  rpc GetSimulationSetups (EDBObjMessage) returns (EDBObjCollectionMessage) {}
159
+
160
+ // summary: Stream the simulation setups
161
+ // io_flags:
162
+ // - read_no_cache
102
163
  rpc StreamSimulationSetups (EDBObjMessage) returns (stream EDBObjCollectionMessage) {}
103
164
 
104
- // Generate auto HFSS regions
165
+ // summary: Generate auto HFSS regions
166
+ // io_flags:
167
+ // - buffer
105
168
  rpc GenerateAutoHFSSRegions (EDBObjMessage) returns (google.protobuf.Empty) {}
106
169
 
107
- // Generate via smart box
170
+ // summary: Generate via smart box
171
+ // io_flags:
172
+ // - cache
108
173
  rpc GenerateViaSmartBox (StringPropertyMessage) returns (PolygonDataListMessage) {}
109
174
  }
110
175
 
@@ -0,0 +1,83 @@
1
+ // Proto file representing the Cell Instance class
2
+
3
+ syntax = "proto3";
4
+
5
+ // Package
6
+ package ansys.api.edb.v1;
7
+
8
+ // Imports
9
+ import "ansys/api/edb/v1/edb_messages.proto";
10
+ import "ansys/api/edb/v1/hierarchy_obj.proto";
11
+ import "ansys/api/edb/v1/transform_3d.proto";
12
+
13
+ // CellInstance Service definition
14
+ service CellInstanceService {
15
+ // summary: Create a cellinstance with ref layout
16
+ // io_flags:
17
+ // - buffer
18
+ // - returns_future
19
+ rpc Create (CellInstanceCreationMessage) returns (EDBObjMessage) {}
20
+
21
+ // summary: Create a cellinstance with component
22
+ // io_flags:
23
+ // - buffer
24
+ // - returns_future
25
+ rpc CreateWithComponent(CellInstanceCreationMessage) returns (EDBObjMessage) {}
26
+
27
+ // summary: Finds a cellinstance by name in the given layout
28
+ // io_flags:
29
+ // - cache
30
+ rpc FindByName (ObjectNameInLayoutMessage) returns (EDBObjMessage) {}
31
+
32
+ // summary: Get the reference layout
33
+ // io_flags:
34
+ // - cache
35
+ rpc GetReferenceLayout(EDBObjMessage) returns (EDBObjMessage) {}
36
+
37
+ // summary: Terminal Instances
38
+ rpc GetTermInsts (EDBObjMessage) returns (EDBObjCollectionMessage) {}
39
+
40
+ // summary: Stream terminal instances
41
+ rpc StreamTermInsts (EDBObjMessage) returns (stream EDBObjCollectionMessage) {}
42
+
43
+ // summary: Get if component is 3dplaced
44
+ // io_flags:
45
+ // - cache
46
+ rpc GetIs3DPlacement (EDBObjMessage) returns (google.protobuf.BoolValue) {}
47
+
48
+ // summary: Set if component is 3dplaced
49
+ // io_flags:
50
+ // - buffer
51
+ rpc Set3DPlacement (BoolPropertyMessage) returns (google.protobuf.Empty) {}
52
+
53
+ // summary: Get 3d transform values
54
+ // io_flags:
55
+ // - cache
56
+ rpc Get3DTransform (EDBObjMessage) returns (EDBObjMessage) {}
57
+
58
+ // summary: Set 3d transform values
59
+ // io_flags:
60
+ // - buffer
61
+ rpc Set3DTransform (PointerPropertyMessage) returns (google.protobuf.Empty) {}
62
+
63
+ // summary: Get Parameter Override
64
+ // io_flags:
65
+ // - cache
66
+ rpc GetParameterOverride (StringPropertyMessage) returns (ValueMessage) {}
67
+
68
+ // summary: Set Parameter Override
69
+ // io_flags:
70
+ // - buffer
71
+ rpc SetParameterOverride (CellInstanceParameterOverride) returns (google.protobuf.Empty) {}
72
+ }
73
+
74
+ message CellInstanceCreationMessage {
75
+ ObjectNameInLayoutMessage target = 1;
76
+ EDBObjMessage ref = 2;
77
+ }
78
+
79
+ message CellInstanceParameterOverride {
80
+ EDBObjMessage target = 1;
81
+ string pname = 2;
82
+ ValueMessage pval = 3;
83
+ }