From 6b9d4a8140e8d84c5a65b0336e05fc13d3ce60e9 Mon Sep 17 00:00:00 2001 From: Oksana Shliakhtun Date: Thu, 2 Feb 2023 17:31:24 +0100 Subject: [PATCH] . Change-Id: I45df6909814299a26eefdb25c63b827741872d82 --- frappy_psi/lakeshore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy_psi/lakeshore.py b/frappy_psi/lakeshore.py index 31556a9..ab326d0 100644 --- a/frappy_psi/lakeshore.py +++ b/frappy_psi/lakeshore.py @@ -54,7 +54,7 @@ class Sensor340(LakeShore, Readable): channel = Property('lakeshore channel', StringType()) # relay_mode = Property('relay setting mode', IntRange(0, 2)) # relay = Property('relay high/low', IntRange(1, 2)) - alarm = Parameter('alarm limits', FloatRange(unit='K'), readonly=False) + alarm = Parameter('alarm limit', FloatRange(unit='K'), readonly=False) # # define or alter the parameters # as Readable.value exists already, we give only the modified property 'unit' value = Parameter(unit='K')