improvements on PPMS and LS370

- improved machanism for 10 K waiting
- fixed an issue with auto range

Change-Id: Ia6454141917893f0e5c6c4351df3a864942bb629
This commit is contained in:
2020-06-25 12:02:17 +02:00
parent 1655e252fc
commit ab00c45db0
3 changed files with 64 additions and 29 deletions

View File

@ -53,7 +53,7 @@ class PpmsSim:
def __init__(self):
self.status = NamedList('t mf ch pos', 1, 1, 1, 1)
self.st = 0x1111
self.t = 200
self.t = 15
self.temp = NamedList('target ramp amode', 200., 1, 0, fast=self.t, delay=10)
self.mf = 100
self.field = NamedList('target ramp amode pmode', 0, 50, 0, 0)