Skip to content

Commit

Permalink
Clarified that setpoint itself will not update at all until the run()…
Browse files Browse the repository at this point in the history
… command is sent.
  • Loading branch information
unknown authored and unknown committed Apr 15, 2022
1 parent 99d4780 commit 49795b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymeasure/instruments/thermotron/thermotron3800.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 49795b2

Please sign in to comment.