Lakeshore 340 only has one HTR
This commit is contained in:
@@ -360,7 +360,7 @@ class Lakeshore340(LakeshoreDevice):
|
||||
else:
|
||||
raise IndexError
|
||||
def doQueryHTR(self, cmd, args):
|
||||
idx = int(args[0])
|
||||
idx = 1
|
||||
if idx in self.HTR:
|
||||
self.write("%f" % self.HTR[idx])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user