Skip to content

Commit 964ab9e

Browse files
Updated README.rst
1 parent a201769 commit 964ab9e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ following drivers are supported:
4646
* NI-DMM (Python module: nidmm)
4747
* NI-FGEN (Python module: nifgen)
4848
* NI-ModInst (Python module: nimodinst)
49+
* NI-RFSG (Python module: nirfsg)
4950
* NI-SCOPE (Python module: niscope)
5051
* NI Switch Executive (Python module: nise)
5152
* NI-SWITCH (Python module: niswitch)
5253
* NI-TClk (Python module: nitclk)
53-
* NI-RFSG (Python module: nirfsg)
5454

5555
It is implemented as a set of `Mako templates <http://makotemplates.org>`_ and per-driver metafiles that produce a Python module for each driver. The driver is
5656
called through its public C API using the `ctypes <https://docs.python.org/2/library/ctypes.html>`_ Python library.
@@ -296,7 +296,7 @@ NI-RFSG Python API Status
296296
+-------------------------------+-----------------------+
297297
| NI-RFSG (nirfsg) | |
298298
+===============================+=======================+
299-
| Driver Version Tested Against | 2023 Q1.1 |
299+
| Driver Version Tested Against | 2025 Q1 |
300300
+-------------------------------+-----------------------+
301301
| PyPI Version | |nirfsgLatestVersion| |
302302
+-------------------------------+-----------------------+
@@ -531,11 +531,11 @@ Driver specific installation instructions can be found on **Read the Docs**:
531531
* `nidmm <https://nidmm.readthedocs.io/en/latest/nidmm.html#installation>`_
532532
* `nifgen <https://nifgen.readthedocs.io/en/latest/nifgen.html#installation>`_
533533
* `nimodinst <https://nimodinst.readthedocs.io/en/latest/nimodinst.html#installation>`_
534+
* `nirfsg <https://nirfsg.readthedocs.io/en/latest/nirfsg.html#installation>`_
534535
* `niscope <https://niscope.readthedocs.io/en/latest/niscope.html#installation>`_
535536
* `nise <https://nise.readthedocs.io/en/latest/nise.html#installation>`_
536537
* `niswitch <https://niswitch.readthedocs.io/en/latest/niswitch.html#installation>`_
537538
* `nitclk <https://nitclk.readthedocs.io/en/latest/nitclk.html#installation>`_
538-
* `nirfsg <https://nirfsg.readthedocs.io/en/latest/nirfsg.html#installation>`_
539539

540540

541541
Contributing
@@ -589,11 +589,12 @@ Documentation is available on **Read the Docs**:
589589
- https://nidmm.readthedocs.io/en/stable
590590
- https://nifgen.readthedocs.io/en/stable
591591
- https://nimodinst.readthedocs.io/en/stable
592+
- https://nirfsg.readthedocs.io/en/stable
592593
- https://niscope.readthedocs.io/en/stable
593594
- https://nise.readthedocs.io/en/stable
594595
- https://niswitch.readthedocs.io/en/stable
595596
- https://nitclk.readthedocs.io/en/stable
596-
- https://nirfsg.readthedocs.io/en/stable
597+
597598

598599

599600
.. _license-section:

0 commit comments

Comments
 (0)