Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/nirfsg/metadata/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1026,6 +1022,7 @@
},
'is_repeated_capability': True,
'name': 'triggerId',
'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier',
'repeated_capability_type': 'script_triggers',
'type': 'ViConstString',
'use_array': False,
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1141,6 +1140,7 @@
},
'is_repeated_capability': True,
'name': 'triggerId',
'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier',
'repeated_capability_type': 'script_triggers',
'type': 'ViConstString',
'use_array': False,
Expand Down Expand Up @@ -1419,6 +1419,7 @@
},
'is_repeated_capability': True,
'name': 'triggerId',
'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier',
'repeated_capability_type': 'script_triggers',
'type': 'ViConstString',
'use_array': False,
Expand Down Expand Up @@ -1810,6 +1811,7 @@
},
'is_repeated_capability': True,
'name': 'triggerId',
'grpc_enum': 'DigitalEdgeScriptTriggerIdentifier',
'repeated_capability_type': 'script_triggers',
'type': 'ViConstString',
'use_array': False,
Expand Down Expand Up @@ -3306,6 +3308,7 @@
]
},
'name': 'signalIdentifier',
'grpc_enum': 'SignalIdentifier',
'type': 'ViConstString',
'use_array': False,
'use_in_python_api': True
Expand Down Expand Up @@ -4592,6 +4595,7 @@
]
},
'name': 'triggerIdentifier',
'grpc_enum': 'SignalIdentifier',
'type': 'ViConstString',
'use_array': False,
'use_in_python_api': True
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -4849,7 +4852,6 @@
'documentation': {
'description': 'Pass the value to which you want to set the attribute.\n\n<blockquote>\nSome values may not be valid. The allowed values depend on the current settings of the instrument session.\n</blockquote>'
},
'grpc_enum': 'NiRFSGInt64AttributeValues',
'name': 'value',
'type': 'ViInt64',
'use_array': False,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down