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: README.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ following drivers are supported:
46
46
* NI-DMM (Python module: nidmm)
47
47
* NI-FGEN (Python module: nifgen)
48
48
* NI-ModInst (Python module: nimodinst)
49
+
* NI-RFSG (Python module: nirfsg)
49
50
* NI-SCOPE (Python module: niscope)
50
51
* NI Switch Executive (Python module: nise)
51
52
* NI-SWITCH (Python module: niswitch)
52
53
* NI-TClk (Python module: nitclk)
53
-
* NI-RFSG (Python module: nirfsg)
54
54
55
55
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
56
56
called through its public C API using the `ctypes <https://docs.python.org/2/library/ctypes.html>`_ Python library.
0 commit comments