ansys-api-discovery 0.6.1__py3-none-any.whl → 0.6.3__py3-none-any.whl

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 ansys-api-discovery might be problematic. Click here for more details.

Files changed (25) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditionsstructural.proto +189 -1
  3. ansys/api/discovery/v0/conditionsstructural_pb2.py +79 -43
  4. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +378 -1
  5. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +1824 -399
  6. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +449 -0
  7. ansys/api/discovery/v0/monitors.proto +4 -99
  8. ansys/api/discovery/v0/monitors_pb2.py +12 -17
  9. ansys/api/discovery/v0/monitors_pb2.pyi +7 -214
  10. ansys/api/discovery/v0/results.proto +104 -0
  11. ansys/api/discovery/v0/results_pb2.py +32 -0
  12. ansys/api/discovery/v0/results_pb2.pyi +218 -0
  13. ansys/api/discovery/v0/results_pb2_grpc.py +4 -0
  14. ansys/api/discovery/v0/results_pb2_grpc.pyi +4 -0
  15. ansys/api/discovery/v0/unsupported.proto +33 -0
  16. ansys/api/discovery/v0/unsupported_pb2.py +35 -0
  17. ansys/api/discovery/v0/unsupported_pb2.pyi +54 -0
  18. ansys/api/discovery/v0/unsupported_pb2_grpc.py +102 -0
  19. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +41 -0
  20. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/METADATA +2 -2
  21. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/RECORD +25 -15
  22. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/LICENSE +0 -0
  23. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/WHEEL +0 -0
  24. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/entry_points.txt +0 -0
  25. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/top_level.txt +0 -0
@@ -344,6 +344,185 @@ class ConditionsStructuralStub:
344
344
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
345
345
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
346
346
 
347
+ CreateMass: grpc.UnaryUnaryMultiCallable[
348
+ ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
349
+ ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse] = ...
350
+ """Mass condition methods"""
351
+
352
+ ChangeMassLocation: grpc.UnaryUnaryMultiCallable[
353
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
354
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
355
+
356
+ ChangeMassMagnitude: grpc.UnaryUnaryMultiCallable[
357
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
358
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
359
+
360
+ ChangeMassUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
361
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
362
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
363
+
364
+ ChangeMassRemotePositionX: grpc.UnaryUnaryMultiCallable[
365
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
366
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
367
+
368
+ ChangeMassRemotePositionY: grpc.UnaryUnaryMultiCallable[
369
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
370
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
371
+
372
+ ChangeMassRemotePositionZ: grpc.UnaryUnaryMultiCallable[
373
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
374
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
375
+
376
+ CreateVelocity: grpc.UnaryUnaryMultiCallable[
377
+ ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
378
+ ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse] = ...
379
+ """Velocity condition methods"""
380
+
381
+ ChangeVelocityLocation: grpc.UnaryUnaryMultiCallable[
382
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
383
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
384
+
385
+ ChangeVelocityOrientation: grpc.UnaryUnaryMultiCallable[
386
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
387
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
388
+
389
+ ChangeVelocityRX: grpc.UnaryUnaryMultiCallable[
390
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
391
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
392
+
393
+ ChangeVelocityRY: grpc.UnaryUnaryMultiCallable[
394
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
395
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
396
+
397
+ ChangeVelocityRZ: grpc.UnaryUnaryMultiCallable[
398
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
399
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
400
+
401
+ ChangeVelocityRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
402
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
403
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
404
+
405
+ ChangeVelocityIsFixedRX: grpc.UnaryUnaryMultiCallable[
406
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
407
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
408
+
409
+ ChangeVelocityIsFixedRY: grpc.UnaryUnaryMultiCallable[
410
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
411
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
412
+
413
+ ChangeVelocityIsFixedRZ: grpc.UnaryUnaryMultiCallable[
414
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
415
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
416
+
417
+ ChangeVelocityUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
418
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
419
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
420
+
421
+ ChangeVelocityRemotePositionX: grpc.UnaryUnaryMultiCallable[
422
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
423
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
424
+
425
+ ChangeVelocityRemotePositionY: grpc.UnaryUnaryMultiCallable[
426
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
427
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
428
+
429
+ ChangeVelocityRemotePositionZ: grpc.UnaryUnaryMultiCallable[
430
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
431
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
432
+
433
+ CreateAcceleration: grpc.UnaryUnaryMultiCallable[
434
+ ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
435
+ ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse] = ...
436
+ """Acceleration condition methods"""
437
+
438
+ ChangeAccelerationLocation: grpc.UnaryUnaryMultiCallable[
439
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
440
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
441
+
442
+ ChangeAccelerationOrientation: grpc.UnaryUnaryMultiCallable[
443
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
444
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
445
+
446
+ ChangeAccelerationDX: grpc.UnaryUnaryMultiCallable[
447
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
448
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
449
+
450
+ ChangeAccelerationDY: grpc.UnaryUnaryMultiCallable[
451
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
452
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
453
+
454
+ ChangeAccelerationDZ: grpc.UnaryUnaryMultiCallable[
455
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
456
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
457
+
458
+ ChangeAccelerationTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
459
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
460
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
461
+
462
+ ChangeAccelerationIsFixedDX: grpc.UnaryUnaryMultiCallable[
463
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
464
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
465
+
466
+ ChangeAccelerationIsFixedDY: grpc.UnaryUnaryMultiCallable[
467
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
468
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
469
+
470
+ ChangeAccelerationIsFixedDZ: grpc.UnaryUnaryMultiCallable[
471
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
472
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
473
+
474
+ ChangeGravityOrientation: grpc.UnaryUnaryMultiCallable[
475
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
476
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
477
+ """Gravity condition methods
478
+ No create for gravity, it's done automatically, and always applied to all bodies
479
+ """
480
+
481
+ ChangeGravityDX: grpc.UnaryUnaryMultiCallable[
482
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
483
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
484
+
485
+ ChangeGravityDY: grpc.UnaryUnaryMultiCallable[
486
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
487
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
488
+
489
+ ChangeGravityDZ: grpc.UnaryUnaryMultiCallable[
490
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
491
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
492
+
493
+ ChangeGravityTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
494
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
495
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
496
+
497
+ ChangeGravityUseBuoyancyEnabled: grpc.UnaryUnaryMultiCallable[
498
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
499
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
500
+
501
+ ChangeGravityIncludeSelfWeightEnabled: grpc.UnaryUnaryMultiCallable[
502
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
503
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
504
+
505
+ CreateBearing: grpc.UnaryUnaryMultiCallable[
506
+ ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
507
+ ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse] = ...
508
+ """Bearing condition methods"""
509
+
510
+ ChangeBearingLocation: grpc.UnaryUnaryMultiCallable[
511
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
512
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
513
+
514
+ ChangeBearingRadialForce: grpc.UnaryUnaryMultiCallable[
515
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
516
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
517
+
518
+ ChangeBearingThrustForce: grpc.UnaryUnaryMultiCallable[
519
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
520
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
521
+
522
+ ChangeBearingAngle: grpc.UnaryUnaryMultiCallable[
523
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
524
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
525
+
347
526
 
348
527
  class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
349
528
  @abc.abstractmethod
@@ -850,5 +1029,275 @@ class ConditionsStructuralServicer(metaclass=abc.ABCMeta):
850
1029
  context: grpc.ServicerContext,
851
1030
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
852
1031
 
1032
+ @abc.abstractmethod
1033
+ def CreateMass(self,
1034
+ request: ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationRequest,
1035
+ context: grpc.ServicerContext,
1036
+ ) -> ansys.api.discovery.v0.conditionsstructural_pb2.MassCreationResponse:
1037
+ """Mass condition methods"""
1038
+ pass
1039
+
1040
+ @abc.abstractmethod
1041
+ def ChangeMassLocation(self,
1042
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1043
+ context: grpc.ServicerContext,
1044
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1045
+
1046
+ @abc.abstractmethod
1047
+ def ChangeMassMagnitude(self,
1048
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1049
+ context: grpc.ServicerContext,
1050
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1051
+
1052
+ @abc.abstractmethod
1053
+ def ChangeMassUseRemotePointEnabled(self,
1054
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1055
+ context: grpc.ServicerContext,
1056
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1057
+
1058
+ @abc.abstractmethod
1059
+ def ChangeMassRemotePositionX(self,
1060
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1061
+ context: grpc.ServicerContext,
1062
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1063
+
1064
+ @abc.abstractmethod
1065
+ def ChangeMassRemotePositionY(self,
1066
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1067
+ context: grpc.ServicerContext,
1068
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1069
+
1070
+ @abc.abstractmethod
1071
+ def ChangeMassRemotePositionZ(self,
1072
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1073
+ context: grpc.ServicerContext,
1074
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1075
+
1076
+ @abc.abstractmethod
1077
+ def CreateVelocity(self,
1078
+ request: ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationRequest,
1079
+ context: grpc.ServicerContext,
1080
+ ) -> ansys.api.discovery.v0.conditionsstructural_pb2.VelocityCreationResponse:
1081
+ """Velocity condition methods"""
1082
+ pass
1083
+
1084
+ @abc.abstractmethod
1085
+ def ChangeVelocityLocation(self,
1086
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1087
+ context: grpc.ServicerContext,
1088
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1089
+
1090
+ @abc.abstractmethod
1091
+ def ChangeVelocityOrientation(self,
1092
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1093
+ context: grpc.ServicerContext,
1094
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1095
+
1096
+ @abc.abstractmethod
1097
+ def ChangeVelocityRX(self,
1098
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1099
+ context: grpc.ServicerContext,
1100
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1101
+
1102
+ @abc.abstractmethod
1103
+ def ChangeVelocityRY(self,
1104
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1105
+ context: grpc.ServicerContext,
1106
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1107
+
1108
+ @abc.abstractmethod
1109
+ def ChangeVelocityRZ(self,
1110
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1111
+ context: grpc.ServicerContext,
1112
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1113
+
1114
+ @abc.abstractmethod
1115
+ def ChangeVelocityRotationalMagnitude(self,
1116
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1117
+ context: grpc.ServicerContext,
1118
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1119
+
1120
+ @abc.abstractmethod
1121
+ def ChangeVelocityIsFixedRX(self,
1122
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1123
+ context: grpc.ServicerContext,
1124
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1125
+
1126
+ @abc.abstractmethod
1127
+ def ChangeVelocityIsFixedRY(self,
1128
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1129
+ context: grpc.ServicerContext,
1130
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1131
+
1132
+ @abc.abstractmethod
1133
+ def ChangeVelocityIsFixedRZ(self,
1134
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1135
+ context: grpc.ServicerContext,
1136
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1137
+
1138
+ @abc.abstractmethod
1139
+ def ChangeVelocityUseRemotePointEnabled(self,
1140
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1141
+ context: grpc.ServicerContext,
1142
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1143
+
1144
+ @abc.abstractmethod
1145
+ def ChangeVelocityRemotePositionX(self,
1146
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1147
+ context: grpc.ServicerContext,
1148
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1149
+
1150
+ @abc.abstractmethod
1151
+ def ChangeVelocityRemotePositionY(self,
1152
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1153
+ context: grpc.ServicerContext,
1154
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1155
+
1156
+ @abc.abstractmethod
1157
+ def ChangeVelocityRemotePositionZ(self,
1158
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1159
+ context: grpc.ServicerContext,
1160
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1161
+
1162
+ @abc.abstractmethod
1163
+ def CreateAcceleration(self,
1164
+ request: ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationRequest,
1165
+ context: grpc.ServicerContext,
1166
+ ) -> ansys.api.discovery.v0.conditionsstructural_pb2.AccelerationCreationResponse:
1167
+ """Acceleration condition methods"""
1168
+ pass
1169
+
1170
+ @abc.abstractmethod
1171
+ def ChangeAccelerationLocation(self,
1172
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1173
+ context: grpc.ServicerContext,
1174
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1175
+
1176
+ @abc.abstractmethod
1177
+ def ChangeAccelerationOrientation(self,
1178
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1179
+ context: grpc.ServicerContext,
1180
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1181
+
1182
+ @abc.abstractmethod
1183
+ def ChangeAccelerationDX(self,
1184
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1185
+ context: grpc.ServicerContext,
1186
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1187
+
1188
+ @abc.abstractmethod
1189
+ def ChangeAccelerationDY(self,
1190
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1191
+ context: grpc.ServicerContext,
1192
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1193
+
1194
+ @abc.abstractmethod
1195
+ def ChangeAccelerationDZ(self,
1196
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1197
+ context: grpc.ServicerContext,
1198
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1199
+
1200
+ @abc.abstractmethod
1201
+ def ChangeAccelerationTranslationalMagnitude(self,
1202
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1203
+ context: grpc.ServicerContext,
1204
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1205
+
1206
+ @abc.abstractmethod
1207
+ def ChangeAccelerationIsFixedDX(self,
1208
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1209
+ context: grpc.ServicerContext,
1210
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1211
+
1212
+ @abc.abstractmethod
1213
+ def ChangeAccelerationIsFixedDY(self,
1214
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1215
+ context: grpc.ServicerContext,
1216
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1217
+
1218
+ @abc.abstractmethod
1219
+ def ChangeAccelerationIsFixedDZ(self,
1220
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1221
+ context: grpc.ServicerContext,
1222
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1223
+
1224
+ @abc.abstractmethod
1225
+ def ChangeGravityOrientation(self,
1226
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
1227
+ context: grpc.ServicerContext,
1228
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
1229
+ """Gravity condition methods
1230
+ No create for gravity, it's done automatically, and always applied to all bodies
1231
+ """
1232
+ pass
1233
+
1234
+ @abc.abstractmethod
1235
+ def ChangeGravityDX(self,
1236
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1237
+ context: grpc.ServicerContext,
1238
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1239
+
1240
+ @abc.abstractmethod
1241
+ def ChangeGravityDY(self,
1242
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1243
+ context: grpc.ServicerContext,
1244
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1245
+
1246
+ @abc.abstractmethod
1247
+ def ChangeGravityDZ(self,
1248
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1249
+ context: grpc.ServicerContext,
1250
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1251
+
1252
+ @abc.abstractmethod
1253
+ def ChangeGravityTranslationalMagnitude(self,
1254
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1255
+ context: grpc.ServicerContext,
1256
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1257
+
1258
+ @abc.abstractmethod
1259
+ def ChangeGravityUseBuoyancyEnabled(self,
1260
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1261
+ context: grpc.ServicerContext,
1262
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1263
+
1264
+ @abc.abstractmethod
1265
+ def ChangeGravityIncludeSelfWeightEnabled(self,
1266
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
1267
+ context: grpc.ServicerContext,
1268
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1269
+
1270
+ @abc.abstractmethod
1271
+ def CreateBearing(self,
1272
+ request: ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationRequest,
1273
+ context: grpc.ServicerContext,
1274
+ ) -> ansys.api.discovery.v0.conditionsstructural_pb2.BearingCreationResponse:
1275
+ """Bearing condition methods"""
1276
+ pass
1277
+
1278
+ @abc.abstractmethod
1279
+ def ChangeBearingLocation(self,
1280
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
1281
+ context: grpc.ServicerContext,
1282
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1283
+
1284
+ @abc.abstractmethod
1285
+ def ChangeBearingRadialForce(self,
1286
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1287
+ context: grpc.ServicerContext,
1288
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1289
+
1290
+ @abc.abstractmethod
1291
+ def ChangeBearingThrustForce(self,
1292
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1293
+ context: grpc.ServicerContext,
1294
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1295
+
1296
+ @abc.abstractmethod
1297
+ def ChangeBearingAngle(self,
1298
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
1299
+ context: grpc.ServicerContext,
1300
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
1301
+
853
1302
 
854
1303
  def add_ConditionsStructuralServicer_to_server(servicer: ConditionsStructuralServicer, server: grpc.Server) -> None: ...
@@ -3,6 +3,7 @@ syntax = "proto3";
3
3
  package ansys.api.discovery.v0.monitors;
4
4
 
5
5
  import "ansys/api/discovery/v0/discoverymodels.proto";
6
+ import "ansys/api/discovery/v0/results.proto";
6
7
  import "google/protobuf/empty.proto";
7
8
 
8
9
  option csharp_namespace = "Ansys.Api.Discovery.V0.Monitors";
@@ -27,9 +28,9 @@ message MonitorCreationResponse{
27
28
  }
28
29
 
29
30
  message MonitorProperties{
30
- ResultVariable result_variable = 1;
31
- ResultFunction result_function = 2;
32
- optional ResultComponent result_component = 3;
31
+ ansys.api.discovery.v0.results.ResultVariable result_variable = 1;
32
+ ansys.api.discovery.v0.results.ResultFunction result_function = 2;
33
+ optional ansys.api.discovery.v0.results.ResultComponent result_component = 3;
33
34
  repeated string locations_secondary = 4;
34
35
  }
35
36
 
@@ -38,100 +39,4 @@ message MonitorDefinition{
38
39
  string label = 2;
39
40
  repeated string locations = 3;
40
41
  MonitorProperties monitor = 4;
41
- }
42
-
43
- enum ResultVariable{
44
- RESULT_VARIABLE_UNSPECIFIED = 0;
45
- RESULT_VARIABLE_DISPLACEMENT = 1;
46
- RESULT_VARIABLE_VON_MISES_STRESS = 2;
47
- RESULT_VARIABLE_TEMPERATURE = 3;
48
- RESULT_VARIABLE_STRESS = 4;
49
- RESULT_VARIABLE_PRINCIPAL_STRESS = 5;
50
- RESULT_VARIABLE_ELASTIC_STRAIN = 6;
51
- RESULT_VARIABLE_PRINCIPAL_ELASTIC_STRAIN = 7;
52
- RESULT_VARIABLE_HEAT_FLUX = 8;
53
- RESULT_VARIABLE_PRESSURE = 9;
54
- RESULT_VARIABLE_VELOCITY = 10;
55
- RESULT_VARIABLE_VORTICES_LAMBDA_2 = 11;
56
- RESULT_VARIABLE_MASS = 12;
57
- RESULT_VARIABLE_LOCAL_REACTION_FORCE = 13;
58
- RESULT_VARIABLE_REACTION_RESULTANT = 14;
59
- RESULT_VARIABLE_DENSITY = 15;
60
- RESULT_VARIABLE_FACTOR_OF_SAFETY = 16;
61
- RESULT_VARIABLE_PRESSURE_DROP = 17;
62
- RESULT_VARIABLE_CONTACT_REACTION = 18;
63
- RESULT_VARIABLE_JOINT_TOTAL_FORCE = 19;
64
- RESULT_VARIABLE_JOINT_TOTAL_MOMENT = 20;
65
- RESULT_VARIABLE_FREQUENCY = 21;
66
- RESULT_VARIABLE_MESH_STATISTICS = 22;
67
- RESULT_VARIABLE_MESH_QUALITY = 23;
68
- RESULT_VARIABLE_FLUID_FORCE = 24;
69
- RESULT_VARIABLE_VOLUME = 25;
70
- RESULT_VARIABLE_VOLUME_FLOW = 26;
71
- RESULT_VARIABLE_MASS_FLOW = 27;
72
- RESULT_VARIABLE_HEAT_FLOW = 28;
73
- RESULT_VARIABLE_TOTAL_PRESSURE = 29;
74
- RESULT_VARIABLE_FLOW_UNIFORMITY = 30;
75
- RESULT_VARIABLE_S_PARAMETERS = 31;
76
- RESULT_VARIABLE_GAIN = 32;
77
- RESULT_VARIABLE_REALIZED_GAIN = 33;
78
- RESULT_VARIABLE_DIRECTIVITY = 34;
79
- RESULT_VARIABLE_AXIAL_RATIO = 35;
80
- RESULT_VARIABLE_RADIAL_E = 36;
81
- RESULT_VARIABLE_CONTACT_STRESS = 37;
82
- RESULT_VARIABLE_MACH_NUMBER = 38;
83
- RESULT_VARIABLE_ELECTRIC_FIELD = 39;
84
- RESULT_VARIABLE_MAGNETIC_FIELD = 40;
85
- RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY = 41;
86
- RESULT_VARIABLE_AXIAL_STRESS = 42;
87
- RESULT_VARIABLE_TORSIONAL_MOMENT = 43;
88
- RESULT_VARIABLE_SHEAR_FORCE = 44;
89
- RESULT_VARIABLE_ANTENNA_PARAMETERS = 45;
90
- RESULT_VARIABLE_OPERATING_PRESSURE = 46;
91
- RESULT_VARIABLE_RADIATIVE_HEAT_FLUX = 47;
92
- RESULT_VARIABLE_VOLTAGE = 48;
93
- RESULT_VARIABLE_CURRENT_DENSITY = 49;
94
- RESULT_VARIABLE_JOULE_HEAT = 50;
95
- }
96
-
97
- enum ResultFunction{
98
- RESULT_FUNCTION_UNSPECIFIED = 0;
99
- RESULT_FUNCTION_MINIMUM = 1;
100
- RESULT_FUNCTION_MAXIMUM = 2;
101
- RESULT_FUNCTION_AVERAGE = 3;
102
- RESULT_FUNCTION_SUM = 4;
103
- RESULT_FUNCTION_INTEGRAL = 5;
104
- RESULT_FUNCTION_STANDARD_DEVIATION = 6;
105
- }
106
-
107
- enum ResultComponent{
108
- RESULT_COMPONENT_UNSPECIFIED = 0;
109
- RESULT_COMPONENT_NONE = 1;
110
- RESULT_COMPONENT_X = 2;
111
- RESULT_COMPONENT_Y = 3;
112
- RESULT_COMPONENT_Z = 4;
113
- RESULT_COMPONENT_XX = 5;
114
- RESULT_COMPONENT_YY = 6;
115
- RESULT_COMPONENT_ZZ = 7;
116
- RESULT_COMPONENT_YZ = 8;
117
- RESULT_COMPONENT_XY = 9;
118
- RESULT_COMPONENT_XZ = 10;
119
- RESULT_COMPONENT_MAG = 11;
120
- RESULT_COMPONENT_FIRST = 12;
121
- RESULT_COMPONENT_SECOND = 13;
122
- RESULT_COMPONENT_THIRD = 14;
123
- RESULT_COMPONENT_VELOCITY = 15;
124
- RESULT_COMPONENT_TEMPERATURE = 16;
125
- RESULT_COMPONENT_REAL = 17;
126
- RESULT_COMPONENT_IMAGINARY = 18;
127
- RESULT_COMPONENT_PHASE = 19;
128
- RESULT_COMPONENT_LOGARITHMIC_MAG = 20;
129
- RESULT_COMPONENT_CONJUGATE_PHASE = 21;
130
- RESULT_COMPONENT_TOTAL = 22;
131
- RESULT_COMPONENT_L3X = 23;
132
- RESULT_COMPONENT_L3Y = 24;
133
- RESULT_COMPONENT_RHCP = 25;
134
- RESULT_COMPONENT_LHCP = 26;
135
- RESULT_COMPONENT_THETA = 27;
136
- RESULT_COMPONENT_PHI = 28;
137
42
  }
@@ -12,10 +12,11 @@ _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
14
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
+ from ansys.api.discovery.v0 import results_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_results__pb2
15
16
  from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
16
17
 
17
18
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%ansys/api/discovery/v0/monitors.proto\x12\x1f\x61nsys.api.discovery.v0.monitors\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a\x1bgoogle/protobuf/empty.proto\"\x9e\x01\n\x14\x43reateMonitorRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties\"\xa2\x01\n\x17MonitorCreationResponse\x12\x42\n\x10monitor_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorDefinition\"\xaa\x02\n\x11MonitorProperties\x12H\n\x0fresult_variable\x18\x01 \x01(\x0e\x32/.ansys.api.discovery.v0.monitors.ResultVariable\x12H\n\x0fresult_function\x18\x02 \x01(\x0e\x32/.ansys.api.discovery.v0.monitors.ResultFunction\x12O\n\x10result_component\x18\x03 \x01(\x0e\x32\x30.ansys.api.discovery.v0.monitors.ResultComponentH\x00\x88\x01\x01\x12\x1b\n\x13locations_secondary\x18\x04 \x03(\tB\x13\n\x11_result_component\"\x86\x01\n\x11MonitorDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x11\n\tlocations\x18\x03 \x03(\t\x12\x43\n\x07monitor\x18\x04 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties*\x83\x0e\n\x0eResultVariable\x12\x1f\n\x1bRESULT_VARIABLE_UNSPECIFIED\x10\x00\x12 \n\x1cRESULT_VARIABLE_DISPLACEMENT\x10\x01\x12$\n RESULT_VARIABLE_VON_MISES_STRESS\x10\x02\x12\x1f\n\x1bRESULT_VARIABLE_TEMPERATURE\x10\x03\x12\x1a\n\x16RESULT_VARIABLE_STRESS\x10\x04\x12$\n RESULT_VARIABLE_PRINCIPAL_STRESS\x10\x05\x12\"\n\x1eRESULT_VARIABLE_ELASTIC_STRAIN\x10\x06\x12,\n(RESULT_VARIABLE_PRINCIPAL_ELASTIC_STRAIN\x10\x07\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLUX\x10\x08\x12\x1c\n\x18RESULT_VARIABLE_PRESSURE\x10\t\x12\x1c\n\x18RESULT_VARIABLE_VELOCITY\x10\n\x12%\n!RESULT_VARIABLE_VORTICES_LAMBDA_2\x10\x0b\x12\x18\n\x14RESULT_VARIABLE_MASS\x10\x0c\x12(\n$RESULT_VARIABLE_LOCAL_REACTION_FORCE\x10\r\x12&\n\"RESULT_VARIABLE_REACTION_RESULTANT\x10\x0e\x12\x1b\n\x17RESULT_VARIABLE_DENSITY\x10\x0f\x12$\n RESULT_VARIABLE_FACTOR_OF_SAFETY\x10\x10\x12!\n\x1dRESULT_VARIABLE_PRESSURE_DROP\x10\x11\x12$\n RESULT_VARIABLE_CONTACT_REACTION\x10\x12\x12%\n!RESULT_VARIABLE_JOINT_TOTAL_FORCE\x10\x13\x12&\n\"RESULT_VARIABLE_JOINT_TOTAL_MOMENT\x10\x14\x12\x1d\n\x19RESULT_VARIABLE_FREQUENCY\x10\x15\x12#\n\x1fRESULT_VARIABLE_MESH_STATISTICS\x10\x16\x12 \n\x1cRESULT_VARIABLE_MESH_QUALITY\x10\x17\x12\x1f\n\x1bRESULT_VARIABLE_FLUID_FORCE\x10\x18\x12\x1a\n\x16RESULT_VARIABLE_VOLUME\x10\x19\x12\x1f\n\x1bRESULT_VARIABLE_VOLUME_FLOW\x10\x1a\x12\x1d\n\x19RESULT_VARIABLE_MASS_FLOW\x10\x1b\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLOW\x10\x1c\x12\"\n\x1eRESULT_VARIABLE_TOTAL_PRESSURE\x10\x1d\x12#\n\x1fRESULT_VARIABLE_FLOW_UNIFORMITY\x10\x1e\x12 \n\x1cRESULT_VARIABLE_S_PARAMETERS\x10\x1f\x12\x18\n\x14RESULT_VARIABLE_GAIN\x10 \x12!\n\x1dRESULT_VARIABLE_REALIZED_GAIN\x10!\x12\x1f\n\x1bRESULT_VARIABLE_DIRECTIVITY\x10\"\x12\x1f\n\x1bRESULT_VARIABLE_AXIAL_RATIO\x10#\x12\x1c\n\x18RESULT_VARIABLE_RADIAL_E\x10$\x12\"\n\x1eRESULT_VARIABLE_CONTACT_STRESS\x10%\x12\x1f\n\x1bRESULT_VARIABLE_MACH_NUMBER\x10&\x12\"\n\x1eRESULT_VARIABLE_ELECTRIC_FIELD\x10\'\x12\"\n\x1eRESULT_VARIABLE_MAGNETIC_FIELD\x10(\x12/\n+RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY\x10)\x12 \n\x1cRESULT_VARIABLE_AXIAL_STRESS\x10*\x12$\n RESULT_VARIABLE_TORSIONAL_MOMENT\x10+\x12\x1f\n\x1bRESULT_VARIABLE_SHEAR_FORCE\x10,\x12&\n\"RESULT_VARIABLE_ANTENNA_PARAMETERS\x10-\x12&\n\"RESULT_VARIABLE_OPERATING_PRESSURE\x10.\x12\'\n#RESULT_VARIABLE_RADIATIVE_HEAT_FLUX\x10/\x12\x1b\n\x17RESULT_VARIABLE_VOLTAGE\x10\x30\x12#\n\x1fRESULT_VARIABLE_CURRENT_DENSITY\x10\x31\x12\x1e\n\x1aRESULT_VARIABLE_JOULE_HEAT\x10\x32*\xe7\x01\n\x0eResultFunction\x12\x1f\n\x1bRESULT_FUNCTION_UNSPECIFIED\x10\x00\x12\x1b\n\x17RESULT_FUNCTION_MINIMUM\x10\x01\x12\x1b\n\x17RESULT_FUNCTION_MAXIMUM\x10\x02\x12\x1b\n\x17RESULT_FUNCTION_AVERAGE\x10\x03\x12\x17\n\x13RESULT_FUNCTION_SUM\x10\x04\x12\x1c\n\x18RESULT_FUNCTION_INTEGRAL\x10\x05\x12&\n\"RESULT_FUNCTION_STANDARD_DEVIATION\x10\x06*\xbb\x06\n\x0fResultComponent\x12 \n\x1cRESULT_COMPONENT_UNSPECIFIED\x10\x00\x12\x19\n\x15RESULT_COMPONENT_NONE\x10\x01\x12\x16\n\x12RESULT_COMPONENT_X\x10\x02\x12\x16\n\x12RESULT_COMPONENT_Y\x10\x03\x12\x16\n\x12RESULT_COMPONENT_Z\x10\x04\x12\x17\n\x13RESULT_COMPONENT_XX\x10\x05\x12\x17\n\x13RESULT_COMPONENT_YY\x10\x06\x12\x17\n\x13RESULT_COMPONENT_ZZ\x10\x07\x12\x17\n\x13RESULT_COMPONENT_YZ\x10\x08\x12\x17\n\x13RESULT_COMPONENT_XY\x10\t\x12\x17\n\x13RESULT_COMPONENT_XZ\x10\n\x12\x18\n\x14RESULT_COMPONENT_MAG\x10\x0b\x12\x1a\n\x16RESULT_COMPONENT_FIRST\x10\x0c\x12\x1b\n\x17RESULT_COMPONENT_SECOND\x10\r\x12\x1a\n\x16RESULT_COMPONENT_THIRD\x10\x0e\x12\x1d\n\x19RESULT_COMPONENT_VELOCITY\x10\x0f\x12 \n\x1cRESULT_COMPONENT_TEMPERATURE\x10\x10\x12\x19\n\x15RESULT_COMPONENT_REAL\x10\x11\x12\x1e\n\x1aRESULT_COMPONENT_IMAGINARY\x10\x12\x12\x1a\n\x16RESULT_COMPONENT_PHASE\x10\x13\x12$\n RESULT_COMPONENT_LOGARITHMIC_MAG\x10\x14\x12$\n RESULT_COMPONENT_CONJUGATE_PHASE\x10\x15\x12\x1a\n\x16RESULT_COMPONENT_TOTAL\x10\x16\x12\x18\n\x14RESULT_COMPONENT_L3X\x10\x17\x12\x18\n\x14RESULT_COMPONENT_L3Y\x10\x18\x12\x19\n\x15RESULT_COMPONENT_RHCP\x10\x19\x12\x19\n\x15RESULT_COMPONENT_LHCP\x10\x1a\x12\x1a\n\x16RESULT_COMPONENT_THETA\x10\x1b\x12\x18\n\x14RESULT_COMPONENT_PHI\x10\x1c\x32\x8d\x01\n\x08Monitors\x12\x80\x01\n\rCreateMonitor\x12\x35.ansys.api.discovery.v0.monitors.CreateMonitorRequest\x1a\x38.ansys.api.discovery.v0.monitors.MonitorCreationResponseB\"\xaa\x02\x1f\x41nsys.Api.Discovery.V0.Monitorsb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%ansys/api/discovery/v0/monitors.proto\x12\x1f\x61nsys.api.discovery.v0.monitors\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a$ansys/api/discovery/v0/results.proto\x1a\x1bgoogle/protobuf/empty.proto\"\x9e\x01\n\x14\x43reateMonitorRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties\"\xa2\x01\n\x17MonitorCreationResponse\x12\x42\n\x10monitor_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorDefinition\"\xa7\x02\n\x11MonitorProperties\x12G\n\x0fresult_variable\x18\x01 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultVariable\x12G\n\x0fresult_function\x18\x02 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultFunction\x12N\n\x10result_component\x18\x03 \x01(\x0e\x32/.ansys.api.discovery.v0.results.ResultComponentH\x00\x88\x01\x01\x12\x1b\n\x13locations_secondary\x18\x04 \x03(\tB\x13\n\x11_result_component\"\x86\x01\n\x11MonitorDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x11\n\tlocations\x18\x03 \x03(\t\x12\x43\n\x07monitor\x18\x04 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties2\x8d\x01\n\x08Monitors\x12\x80\x01\n\rCreateMonitor\x12\x35.ansys.api.discovery.v0.monitors.CreateMonitorRequest\x1a\x38.ansys.api.discovery.v0.monitors.MonitorCreationResponseB\"\xaa\x02\x1f\x41nsys.Api.Discovery.V0.Monitorsb\x06proto3')
19
20
 
20
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
22
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.monitors_pb2', globals())
@@ -23,20 +24,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
23
24
 
24
25
  DESCRIPTOR._options = None
25
26
  DESCRIPTOR._serialized_options = b'\252\002\037Ansys.Api.Discovery.V0.Monitors'
26
- _RESULTVARIABLE._serialized_start=914
27
- _RESULTVARIABLE._serialized_end=2709
28
- _RESULTFUNCTION._serialized_start=2712
29
- _RESULTFUNCTION._serialized_end=2943
30
- _RESULTCOMPONENT._serialized_start=2946
31
- _RESULTCOMPONENT._serialized_end=3773
32
- _CREATEMONITORREQUEST._serialized_start=150
33
- _CREATEMONITORREQUEST._serialized_end=308
34
- _MONITORCREATIONRESPONSE._serialized_start=311
35
- _MONITORCREATIONRESPONSE._serialized_end=473
36
- _MONITORPROPERTIES._serialized_start=476
37
- _MONITORPROPERTIES._serialized_end=774
38
- _MONITORDEFINITION._serialized_start=777
39
- _MONITORDEFINITION._serialized_end=911
40
- _MONITORS._serialized_start=3776
41
- _MONITORS._serialized_end=3917
27
+ _CREATEMONITORREQUEST._serialized_start=188
28
+ _CREATEMONITORREQUEST._serialized_end=346
29
+ _MONITORCREATIONRESPONSE._serialized_start=349
30
+ _MONITORCREATIONRESPONSE._serialized_end=511
31
+ _MONITORPROPERTIES._serialized_start=514
32
+ _MONITORPROPERTIES._serialized_end=809
33
+ _MONITORDEFINITION._serialized_start=812
34
+ _MONITORDEFINITION._serialized_end=946
35
+ _MONITORS._serialized_start=949
36
+ _MONITORS._serialized_end=1090
42
37
  # @@protoc_insertion_point(module_scope)