From 0c416a77c511f0ce24065554da2320c4646253fb Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Tue, 2 Jan 2024 12:35:25 -0600 Subject: [PATCH] DOC #890 --- apstools/devices/labjack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apstools/devices/labjack.py b/apstools/devices/labjack.py index 4035bda43..4f821c035 100644 --- a/apstools/devices/labjack.py +++ b/apstools/devices/labjack.py @@ -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. @@ -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``."""