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: docs/nirfsg/class.rst
+65-1Lines changed: 65 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1071,6 +1071,31 @@ delete_deembedding_table
1071
1071
1072
1072
:type table_name: str
1073
1073
1074
+
delete_script
1075
+
-------------
1076
+
1077
+
.. py:currentmodule:: nirfsg.Session
1078
+
1079
+
.. py:method:: delete_script(script_name)
1080
+
1081
+
Deletes a specified script from the pool of currently defined scripts. The NI-RFSG device must be in the Configuration state before you call this method.
Specifies the name of the script. This string is case-insensitive.
1389
+
1390
+
1391
+
1392
+
1393
+
:type script_name: str
1394
+
1395
+
:rtype: str
1396
+
:return:
1397
+
1398
+
1399
+
Returns the script.
1400
+
1401
+
1402
+
1403
+
1404
+
1345
1405
get_self_cal_last_date_and_time
1346
1406
-------------------------------
1347
1407
@@ -2114,7 +2174,11 @@ self_cal
2114
2174
2115
2175
2116
2176
2117
-
.. note:: If there is an existing NI-RFSA session open for the same PXIe-5820/5830/5831/5832/5840/5841/5842/5860 while this method runs, it may remain open but cannot be used for operations that access the hardware, for example niRFSA_Commit or niRFSA_Initiate.
2177
+
.. note:: If there is an existing NI-RFSA session open for the same PXIe-5820/5830/5831/5832/5840/5841/5842/5860 while this method runs, it may remain open but cannot be used for operations that access the hardware, for example niRFSA_Commit or niRFSA_Initiate. For the existing open session to use the new self-calibration data, the session will need to be closed and reopened.
2178
+
2179
+
**PXIe-5860**
2180
+
2181
+
While this VI is running on one channel, if there are any existing NI-RFSG or NI-RFSA sessions open on the other channel, they may remain open but cannot be used for operations that access the hardware, for example niRFSG Commit or niRFSG Initiate or niRFSA Commit or niRFSA Initiate. For the existing open session to use the new self-calibration data, the session will need to be closed and reopened.
Deletes a specified script from the pool of currently defined scripts. The NI-RFSG device must be in the Configuration state before you call this method.
Note: If there is an existing NI-RFSA session open for the same PXIe-5820/5830/5831/5832/5840/5841/5842/5860 while this method runs, it may remain open but cannot be used for operations that access the hardware, for example niRFSA_Commit or niRFSA_Initiate.
6996
+
Note: If there is an existing NI-RFSA session open for the same PXIe-5820/5830/5831/5832/5840/5841/5842/5860 while this method runs, it may remain open but cannot be used for operations that access the hardware, for example niRFSA_Commit or niRFSA_Initiate. For the existing open session to use the new self-calibration data, the session will need to be closed and reopened.
6997
+
6998
+
**PXIe-5860**
6999
+
7000
+
While this VI is running on one channel, if there are any existing NI-RFSG or NI-RFSA sessions open on the other channel, they may remain open but cannot be used for operations that access the hardware, for example niRFSG Commit or niRFSG Initiate or niRFSA Commit or niRFSA Initiate. For the existing open session to use the new self-calibration data, the session will need to be closed and reopened.
0 commit comments