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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5341,6 +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
5345
'numpy': True,
5345
5346
'size': {
5346
5347
'mechanism': 'len',
@@ -5416,6 +5417,7 @@
5416
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.'
5417
5418
},
5418
5419
'name': 'waveformDataArray',
5420
+
'grpc_name': 'wfmData',
5419
5421
'numpy': True,
5420
5422
'size': {
5421
5423
'mechanism': 'len',
@@ -5491,6 +5493,7 @@
5491
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