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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1423,9 +1423,9 @@
1423
1423
'use_in_python_api': True
1424
1424
},
1425
1425
{
1426
-
'direction': 'in',
1426
+
'direction': 'out',
1427
1427
'documentation': {
1428
-
'description': 'Returns the user-readable message string that corresponds to the status code you specify.\n\nYou must pass a ViChar array with at least 256 bytes to this parameter.'
1428
+
'description': 'Returns the user-readable message string that corresponds to the status code you specify.'
0 commit comments