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
self_test_message (str): Returns the self-test response string from the NI-RFSG device. For an explanation of the string contents, refer to the **status** parameter of this method.
7108
-
7109
-
You must pass a ViChar array with at least 256 bytes.
7110
-
7111
-
7112
7106
Returns:
7113
7107
self_test_result (int): This parameter contains the value returned from the NI-RFSG device self test.
self_test_message (str): Returns the self-test response string from the NI-RFSG device. For an explanation of the string contents, refer to the **status** parameter of this method.
7118
+
7119
+
You must pass a ViChar array with at least 256 bytes.
Copy file name to clipboardExpand all lines: src/nirfsg/metadata/functions.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3740,7 +3740,7 @@
3740
3740
'type': 'ViInt16'
3741
3741
},
3742
3742
{
3743
-
'direction': 'in',
3743
+
'direction': 'out',
3744
3744
'documentation': {
3745
3745
'description': 'Returns the self-test response string from the NI-RFSG device. For an explanation of the string contents, refer to the **status** parameter of this function.\n\nYou must pass a ViChar array with at least 256 bytes.'
0 commit comments