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
Add enable_match_fail_combination method to nidigital API (#2076)
* Add enable_match_fail_combination
* Add a system test
* Update changelog
* Fix typo
* Use pattern and spec files from LabVIEW example and apply levels and timing before calling method
* Correct mistake in library_interpreter method
* Fix flake8 failure
* Added the requested comment
Copy file name to clipboardExpand all lines: docs/nidigital/class.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1326,6 +1326,19 @@ disable_sites
1326
1326
Example: :py:meth:`my_session.disable_sites`
1327
1327
1328
1328
1329
+
enable_match_fail_combination
1330
+
-----------------------------
1331
+
1332
+
.. py:currentmodule:: nidigital.Session
1333
+
1334
+
.. py:method:: enable_match_fail_combination()
1335
+
1336
+
Configures digital pattern instruments and the PXIe-6674T timing and synchronization instrument to combine pattern comparison results and control subsequent pattern execution across digital pattern instruments based on those results. You must initialize the PXIe-6674T using NI-Sync and call this method from a multi-instrument session.
Configures digital pattern instruments and the PXIe-6674T timing and synchronization instrument to combine pattern comparison results and control subsequent pattern execution across digital pattern instruments based on those results. You must initialize the PXIe-6674T using NI-Sync and call this method from a multi-instrument session.
'description': 'Configures digital pattern instruments and the PXIe-6674T timing and synchronization instrument to combine pattern comparison results and control subsequent pattern execution across digital pattern instruments based on those results. You must initialize the PXIe-6674T using NI-Sync and use the niTClk Synchronize function to synchronize instruments before calling the niDigital_EnableMatchFailCombination function.\n'
552
+
},
553
+
'included_in_proto': False,
554
+
'parameters': [
555
+
{
556
+
'direction': 'in',
557
+
'documentation': {
558
+
'description': 'Number of sessions.\n'
559
+
},
560
+
'name': 'sessionCount',
561
+
'type': 'ViUInt32'
562
+
},
563
+
{
564
+
'direction': 'in',
565
+
'documentation': {
566
+
'description': 'The specified array of sessions synchronized using NI-TClk.\n'
'description': 'Configures digital pattern instruments and the PXIe-6674T timing and synchronization instrument to combine pattern comparison results and control subsequent pattern execution across digital pattern instruments based on those results. You must initialize the PXIe-6674T using NI-Sync and call this method from a multi-instrument session.\n'
0 commit comments