From 49795b2617e3f7ee82f098557e63a4035a84a079 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Apr 2022 16:01:33 -0700 Subject: [PATCH] Clarified that setpoint itself will not update at all until the run() command is sent. --- pymeasure/instruments/thermotron/thermotron3800.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pymeasure/instruments/thermotron/thermotron3800.py b/pymeasure/instruments/thermotron/thermotron3800.py index ffadfc5d31..3167b8a3a7 100644 --- a/pymeasure/instruments/thermotron/thermotron3800.py +++ b/pymeasure/instruments/thermotron/thermotron3800.py @@ -74,6 +74,7 @@ def write(self, command): "SETP1?", "SETP1,%g", """ A floating point property that controls the setpoint of the oven in Celsius. This property can be set. + "setpoint" will not update until the "run()" command is called. After setpoint is set to a new value, the "run()" command must be called to tell the oven to run to the new temperature.