Closed Andrew-wi closed 3 months ago
I also noticed that throughout the README documentation sample scripts, it appears that the authors have user
instead of username
as a field for the Device
class constructor. See, for example, the script using linien-client
which prints the modulation frequency and changes the voltages on the GPIO pins.
Thank you, will be fixed via #420.
This is a very minor "bug", but the README includes a script for installing linien-server on the RedPitaya that does not execute. The script is:
However, there are two errors. First,
user
is not a valid field name in theDevice
class constructor, as can be seen in the source code inlinien/linien-client/linien-client/device.py
, line 45; the correct code in the sample script should beusername="root"
. Second, the last line in the README script has an extra capital L. This is easily fixed with replacement byinstall_remote_server(device)
, the method imported in the second line.Minor fixes.
Device: STEMlab 125-14 LN RedPitaya OS 2.00-30