Skip to content

Commit

Permalink
Merge pull request #861 from pymeasure/bmoneke-patch-1
Browse files Browse the repository at this point in the history
Add "setting returns message" to solutions
  • Loading branch information
BenediktBurger committed Feb 27, 2023
2 parents 292c01d + c94888f commit 40359e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/adding_instruments/solutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ General issues
Communication protocol issues
*****************************

- The instrument answers every message, even a setting command. You can set the setting's :code:`check_set_errors = True` parameter and redefine :func:`check_errors` to read an answer, see :class:`hcp.TC038D <pymeasure.instruments.hcp.TC038D>`
- Binary, frame-based communication, see :class:`hcp.TC038D <pymeasure.instruments.hcp.TC038D>`
- All replies have the same length, see :class:`aja.DCXS <pymeasure.instruments.aja.DCXS>`
- The device generates garbage messages at startup, cluttering the buffer, see :class:`aja.DCXS <pymeasure.instruments.aja.DCXS>`
Expand Down

0 comments on commit 40359e9

Please sign in to comment.