diff --git a/src/nirfsg/metadata/functions.py b/src/nirfsg/metadata/functions.py index 6fe04d2fc..19904ce72 100644 --- a/src/nirfsg/metadata/functions.py +++ b/src/nirfsg/metadata/functions.py @@ -237,7 +237,6 @@ 'description': 'Pass the value that you want to verify as a valid value for the attribute.', 'note': 'Some of the values might not be valid depending on the current settings of the instrument session.' }, - 'grpc_enum': 'NiRFSGInt32AttributeValues', 'name': 'value', 'type': 'ViInt32', 'use_array': False, @@ -298,7 +297,6 @@ 'description': 'Pass the value that you want to verify as a valid value for the attribute.', 'note': 'Some of the values might not be valid depending on the current settings of the instrument session.' }, - 'grpc_enum': 'NiRFSGInt64AttributeValues', 'name': 'value', 'type': 'ViInt64', 'use_array': False, @@ -359,7 +357,6 @@ 'description': 'Pass the value that you want to verify as a valid value for the attribute.', 'note': 'Some of the values might not be valid depending on the current settings of the instrument session.' }, - 'grpc_enum': 'NiRFSGReal64AttributeValues', 'name': 'value', 'type': 'ViReal64', 'use_array': False, @@ -480,7 +477,6 @@ 'description': 'Pass the value that you want to verify as a valid value for the attribute. The value must be a NULL-terminated string.', 'note': 'Some of the values might not be valid depending on the current settings of the instrument session.' }, - 'grpc_mapped_enum': 'NiRFSGStringAttributeValuesMapped', 'name': 'value', 'type': 'ViConstString', 'use_array': False, @@ -1026,6 +1022,7 @@ }, 'is_repeated_capability': True, 'name': 'triggerId', + 'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier', 'repeated_capability_type': 'script_triggers', 'type': 'ViConstString', 'use_array': False, @@ -1037,6 +1034,7 @@ 'description': 'Specifies the source terminal for the digital edge Script Trigger. NI-RFSG sets the NIRFSG_ATTR_DIGITAL_EDGE_SCRIPT_TRIGGER_SOURCE attribute to this value.' }, 'name': 'source', + 'grpc_enum': 'TriggerSource', 'type': 'ViConstString', 'use_array': False, 'use_in_python_api': True @@ -1089,6 +1087,7 @@ 'description': 'Specifies the source terminal for the digital edge trigger. NI-RFSG sets the NIRFSG_ATTR_DIGITAL_EDGE_START_TRIGGER_SOURCE attribute to this value.' }, 'name': 'source', + 'grpc_enum': 'TriggerSource', 'type': 'ViConstString', 'use_array': False, 'use_in_python_api': True @@ -1141,6 +1140,7 @@ }, 'is_repeated_capability': True, 'name': 'triggerId', + 'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier', 'repeated_capability_type': 'script_triggers', 'type': 'ViConstString', 'use_array': False, @@ -1419,6 +1419,7 @@ }, 'is_repeated_capability': True, 'name': 'triggerId', + 'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier', 'repeated_capability_type': 'script_triggers', 'type': 'ViConstString', 'use_array': False, @@ -1810,6 +1811,7 @@ }, 'is_repeated_capability': True, 'name': 'triggerId', + 'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier', 'repeated_capability_type': 'script_triggers', 'type': 'ViConstString', 'use_array': False, @@ -3306,6 +3308,7 @@ ] }, 'name': 'signalIdentifier', + 'grpc_enum': 'SignalIdentifier', 'type': 'ViConstString', 'use_array': False, 'use_in_python_api': True @@ -4592,6 +4595,7 @@ ] }, 'name': 'triggerIdentifier', + 'grpc_enum': 'SignalIdentifier', 'type': 'ViConstString', 'use_array': False, 'use_in_python_api': True @@ -4789,7 +4793,6 @@ 'description': 'Specifies the value to which you want to set the attribute.', 'note': 'Some values may not be valid. The allowed values depend on the current settings of the instrument session.' }, - 'grpc_enum': 'NiRFSGInt32AttributeValues', 'name': 'value', 'type': 'ViInt32', 'use_array': False, @@ -4849,7 +4852,6 @@ 'documentation': { 'description': 'Pass the value to which you want to set the attribute.\n\n
\nSome values may not be valid. The allowed values depend on the current settings of the instrument session.\n' }, - 'grpc_enum': 'NiRFSGInt64AttributeValues', 'name': 'value', 'type': 'ViInt64', 'use_array': False, @@ -4910,7 +4912,6 @@ 'description': 'Pass the value to which you want to set the attribute.', 'note': 'Some values may not be valid. The allowed values depend on the current settings of the instrument session.' }, - 'grpc_enum': 'NiRFSGReal64AttributeValues', 'name': 'value', 'type': 'ViReal64', 'use_array': False, @@ -5031,7 +5032,6 @@ 'description': 'Pass the value to which you want to set the attribute.', 'note': 'Some values may not be valid. The allowed values depend on the current settings of the instrument session.' }, - 'grpc_mapped_enum': 'NiRFSGStringAttributeValuesMapped', 'name': 'value', 'type': 'ViConstString', 'use_array': False,