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