-
Notifications
You must be signed in to change notification settings - Fork 99
Make sites into repeated capabilities #1290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
eda7e5e
804b90d
e94ecfa
b194905
405158c
cb94b7c
a80f88a
12c65c5
ef15749
f9d13b6
1b6159b
7dfe84d
52e9ad8
9233c89
99a86af
025bbab
66bf427
0d19816
9435805
b20b59b
798b8ce
756bafc
695c7ee
6d3d503
e3ad36b
dff8c94
258390d
3a668f3
0527b3d
2963ccc
3ad86f2
f709769
0913c05
e4c65ed
46533cb
12ee1dc
fc285c0
9ec17d9
8aa00fa
e50b31e
cfa40ad
256b389
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,21 +106,19 @@ apply_levels_and_timing | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: apply_levels_and_timing(site_list, levels_sheet, timing_sheet, initial_state_high_pins="", initial_state_low_pins="", initial_state_tristate_pins="") | ||
| .. py:method:: apply_levels_and_timing(levels_sheet, timing_sheet, initial_state_high_pins="", initial_state_low_pins="", initial_state_tristate_pins="") | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
|
|
||
| :type site_list: str | ||
| :param levels_sheet: | ||
|
|
||
|
|
||
|
|
@@ -188,21 +186,19 @@ burst_pattern | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: burst_pattern(site_list, start_label, select_digital_function=True, wait_until_done=True, timeout=10.0) | ||
| .. py:method:: burst_pattern(start_label, select_digital_function=True, wait_until_done=True, timeout=10.0) | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
|
|
||
| :type site_list: str | ||
| :param start_label: | ||
|
|
||
|
|
||
|
|
@@ -387,21 +383,18 @@ configure_pattern_burst_sites | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: configure_pattern_burst_sites(site_list) | ||
| .. py:method:: configure_pattern_burst_sites() | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :type site_list: str | ||
|
|
||
| configure_time_set_compare_edges_strobe | ||
| --------------------------------------- | ||
|
|
@@ -1048,63 +1041,55 @@ disable_sites | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: disable_sites(site_list) | ||
| .. py:method:: disable_sites() | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :type site_list: str | ||
|
|
||
| enable_sites | ||
| ------------ | ||
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: enable_sites(site_list) | ||
| .. py:method:: enable_sites() | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :type site_list: str | ||
|
|
||
| fetch_capture_waveform | ||
| ---------------------- | ||
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: fetch_capture_waveform(site_list, waveform_name, samples_to_read, timeout=datetime.timedelta(seconds=10.0)) | ||
| .. py:method:: fetch_capture_waveform(waveform_name, samples_to_read, timeout=datetime.timedelta(seconds=10.0)) | ||
|
|
||
| Returns dictionary where each key is the site number and the value is array.array of unsigned int | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
|
|
||
| :type site_list: str | ||
| :param waveform_name: | ||
|
|
||
|
|
||
|
|
@@ -1172,7 +1157,7 @@ fetch_history_ram_cycle_information | |
|
|
||
|
|
||
|
|
||
| :type site: str | ||
| :type site: str or int | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why didn't we make the |
||
| :param position: | ||
|
|
||
|
|
||
|
|
@@ -1356,7 +1341,7 @@ get_history_ram_sample_count | |
|
|
||
|
|
||
|
|
||
| :type site: str | ||
| :type site: str or int | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why didn't we make the |
||
|
|
||
| :rtype: int | ||
| :return: | ||
|
|
@@ -1467,22 +1452,14 @@ get_site_pass_fail | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: get_site_pass_fail(site_list) | ||
| .. py:method:: get_site_pass_fail() | ||
|
|
||
| Returns dictionary where each key is a site number and value is pass/fail | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :type site_list: str | ||
|
|
||
| :rtype: { int: bool, int: bool, ... } | ||
| :return: | ||
|
|
||
|
|
@@ -1498,21 +1475,19 @@ get_site_results_site_numbers | |
|
|
||
| .. py:currentmodule:: nidigital.Session | ||
|
|
||
| .. py:method:: get_site_results_site_numbers(site_list, site_result_type) | ||
| .. py:method:: get_site_results_site_numbers(site_result_type) | ||
|
|
||
| TBD | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| :param site_list: | ||
|
|
||
|
|
||
|
|
||
| .. tip:: This method requires repeated capabilities. If called directly on the | ||
| nidigital.Session object, then the method will use all repeated capabilities in the session. | ||
| You can specify a subset of repeated capabilities using the Python index notation on an | ||
| nidigital.Session repeated capabilities container, and calling this method on the result. | ||
|
|
||
|
|
||
| :type site_list: str | ||
| :param site_result_type: | ||
|
|
||
|
|
||
|
|
@@ -1751,7 +1726,7 @@ is_site_enabled | |
|
|
||
|
|
||
|
|
||
| :type site: str | ||
| :type site: str or int | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why didn't we make the |
||
|
|
||
| :rtype: bool | ||
| :return: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.