Skip to content

Commit c2e8dc0

Browse files
committed
Added snakecase for grpc_name
1 parent fb17c84 commit c2e8dc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nirfsg/metadata/functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5341,7 +5341,7 @@
53415341
'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.'
53425342
},
53435343
'name': 'waveformDataArray',
5344-
'grpc_name': 'wfmData',
5344+
'grpc_name': 'wfm_data',
53455345
'numpy': True,
53465346
'size': {
53475347
'mechanism': 'len',
@@ -5417,7 +5417,7 @@
54175417
'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.'
54185418
},
54195419
'name': 'waveformDataArray',
5420-
'grpc_name': 'wfmData',
5420+
'grpc_name': 'wfm_data',
54215421
'numpy': True,
54225422
'size': {
54235423
'mechanism': 'len',
@@ -5493,7 +5493,7 @@
54935493
'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.'
54945494
},
54955495
'name': 'waveformDataArray',
5496-
'grpc_name': 'wfmData',
5496+
'grpc_name': 'wfm_data',
54975497
'numpy': True,
54985498
'size': {
54995499
'mechanism': 'len',

0 commit comments

Comments
 (0)