Skip to content

Commit

Permalink
DOC #890
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 2, 2024
1 parent 8b4916f commit 0c416a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apstools/devices/labjack.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
database changed significantly from R2 to R3 when the module was
rewritten to use the LJM library.
.. see:: https://github.com/epics-modules/LabJack/releases/tag/R3-0
.. seealso:: https://github.com/epics-modules/LabJack/releases/tag/R3-0
There are definitions for the entire LabJack device, as well as the
various inputs/outputs available on the LabJack T-series.
Expand Down Expand Up @@ -64,7 +64,7 @@ class MyBeamline(Device):
"LabJackT8",
]

KIND_CONFIG_OR_NORMAL = Kind.config + Kind.normal
KIND_CONFIG_OR_NORMAL = 3
"""Alternative for ``Kind.config | Kind.normal``."""


Expand Down

0 comments on commit 0c416a7

Please sign in to comment.