forked from M-Labs/artiq
manual: minor fixes
This commit is contained in:
parent
4ba8951ae1
commit
064ddb48bd
|
@ -34,7 +34,7 @@ Client
|
|||
Lab Brick Digital Attenuator (LDA)
|
||||
----------------------------------
|
||||
|
||||
On Linux, you need to give your user access to the usb device.
|
||||
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::
|
||||
|
@ -51,10 +51,10 @@ Then, to run the Lab Brick Digital Attenuator (LDA) controller::
|
|||
|
||||
$ lda_controller -d SN:xxxxx
|
||||
|
||||
The serial number must contain 5 digits, prepend any number of 0 necessary.
|
||||
The serial number must contain exactly 5 digits, prepend it with the necessary number of 0s.
|
||||
Also, the ``SN:`` prefix is mandatory.
|
||||
|
||||
You can chose the exact LDA model with the ``-P`` parameter. The default being LDA-102.
|
||||
You can choose the LDA model with the ``-P`` parameter. The default is LDA-102.
|
||||
|
||||
Driver
|
||||
++++++
|
||||
|
|
Loading…
Reference in New Issue