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 2a1477d commit 0b18c4bCopy full SHA for 0b18c4b
src/ansys/dpf/gate/field_definition_grpcapi.py
@@ -107,6 +107,6 @@ def _modify_field_def(
107
if name != None:
108
request.name.string = name
109
if quantity_type != None:
110
- request.quantity_type = quantity_type
+ request.quantity_types.quantity_types = quantity_type
111
112
_get_stub(fieldDef._server).Update(request)
0 commit comments