You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nirfsg/metadata/functions.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5341,7 +5341,7 @@
5341
5341
'description': 'Specifies the array of data to load into the waveform. The array must have at least as many elements as the value in the **size_in_samples** parameter in the nirfsg_AllocateArbWaveform function.'
5342
5342
},
5343
5343
'name': 'waveformDataArray',
5344
-
'grpc_name': 'wfmData',
5344
+
'grpc_name': 'wfm_data',
5345
5345
'numpy': True,
5346
5346
'size': {
5347
5347
'mechanism': 'len',
@@ -5417,7 +5417,7 @@
5417
5417
'description': 'Specifies the array of data to load into the waveform. The array must have at least as many elements as the value in the **size_in_samples** parameter in the nirfsg_AllocateArbWaveform function.'
5418
5418
},
5419
5419
'name': 'waveformDataArray',
5420
-
'grpc_name': 'wfmData',
5420
+
'grpc_name': 'wfm_data',
5421
5421
'numpy': True,
5422
5422
'size': {
5423
5423
'mechanism': 'len',
@@ -5493,7 +5493,7 @@
5493
5493
'description': 'Specifies the array of data to load into the waveform. The array must have at least as many elements as the value in the **size_in_samples** parameter in the nirfsg_AllocateArbWaveform function.'
0 commit comments