We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf577f commit 2377606Copy full SHA for 2377606
src/ansys/dpf/gate/operator_specification_grpcapi.py
@@ -84,6 +84,8 @@ def operator_specification_get_pin_type_name(specification, binput, numPin, numT
84
85
@staticmethod
86
def operator_specification_get_pin_num_aliases(specification, binput, numPin):
87
+ if not hasattr(specification._internal_obj.map_input_pin_spec[numPin], "aliases"):
88
+ return 0
89
if binput:
90
return len(specification._internal_obj.map_input_pin_spec[numPin].aliases)
91
else:
0 commit comments