mirror of https://github.com/m-labs/artiq.git
remove lda docs
This commit is contained in:
parent
eaec519ac8
commit
5613565293
|
@ -8,44 +8,6 @@ Core device logging controller
|
||||||
:ref: artiq.frontend.aqctl_corelog.get_argparser
|
:ref: artiq.frontend.aqctl_corelog.get_argparser
|
||||||
:prog: aqctl_corelog
|
:prog: aqctl_corelog
|
||||||
|
|
||||||
Lab Brick Digital Attenuator (LDA)
|
|
||||||
----------------------------------
|
|
||||||
|
|
||||||
Driver
|
|
||||||
++++++
|
|
||||||
|
|
||||||
.. automodule:: artiq.devices.lda.driver
|
|
||||||
:members:
|
|
||||||
|
|
||||||
Controller
|
|
||||||
++++++++++
|
|
||||||
|
|
||||||
On Linux, you need to give your user access to the USB device.
|
|
||||||
|
|
||||||
You can do that by creating a file under ``/etc/udev/rules.d/`` named
|
|
||||||
``99-lda.rules`` with the following content::
|
|
||||||
|
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="041f", MODE="0666"
|
|
||||||
|
|
||||||
Then you need to tell udev to reload its rules::
|
|
||||||
|
|
||||||
$ sudo invoke-rc.d udev reload
|
|
||||||
|
|
||||||
You must also unplug/replug your device if it was already plugged in.
|
|
||||||
|
|
||||||
Then, to run the Lab Brick Digital Attenuator (LDA) controller::
|
|
||||||
|
|
||||||
$ aqctl_lda -d SN:xxxxx
|
|
||||||
|
|
||||||
The serial number must contain exactly 5 digits, prepend it with the necessary number of 0s.
|
|
||||||
Also, the ``SN:`` prefix is mandatory.
|
|
||||||
|
|
||||||
You can choose the LDA model with the ``-P`` parameter. The default is LDA-102.
|
|
||||||
|
|
||||||
.. argparse::
|
|
||||||
:ref: artiq.frontend.aqctl_lda.get_argparser
|
|
||||||
:prog: aqctl_lda
|
|
||||||
|
|
||||||
|
|
||||||
Thorlabs T-Cube
|
Thorlabs T-Cube
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue