Skip to content
Snippets Groups Projects
Commit 6a2600c1 authored by Jordy Gloudemans's avatar Jordy Gloudemans
Browse files

Added the QRM.

parent 6fdd5f43
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,30 @@ SCPI interface
:members:
:undoc-members:
:private-members: # if you want to document __x attributes
pulsar_qrm
============
QCoDeS driver
-------------------
.. automodule:: pulsar_qrm.pulsar_qrm
:members:
:undoc-members:
:private-members: # if you want to document __x attributes
Native interface
-------------------
.. automodule:: pulsar_qrm.pulsar_qrm_ifc
:members:
:undoc-members:
:private-members: # if you want to document __x attributes
SCPI interface
----------------
.. automodule:: pulsar_qrm.pulsar_qrm_scpi_ifc
:members:
:undoc-members:
:private-members: # if you want to document __x attributes
\ No newline at end of file
......@@ -18,6 +18,7 @@ import sphinx_rtd_theme
import pulsar_qcm
import pulsar_qrm
# -- Project information -----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment