fix SETP?
Change-Id: I337adece10204ca67dcf720e4de36085b80601ba
This commit is contained in:
parent
0dfaa79f77
commit
2ee9ea65da
@ -181,7 +181,7 @@ class TemperatureLoop340(HasOutputModule, Sensor340, Drivable, LakeShore):
|
|||||||
return self.set_par(f'SETP {self.loop},{target}')[0]
|
return self.set_par(f'SETP {self.loop},{target}')[0]
|
||||||
|
|
||||||
def read_target(self):
|
def read_target(self):
|
||||||
return self.get_par(f'SETP {self.loop}')[0]
|
return self.get_par(f'SETP?{self.loop}')[0]
|
||||||
|
|
||||||
def write_ctrlpars(self, ctrlpars):
|
def write_ctrlpars(self, ctrlpars):
|
||||||
p, i, d = self.set_par(f'PID {self.loop}', ctrlpars['p'], ctrlpars['i'], ctrlpars['d'])
|
p, i, d = self.set_par(f'PID {self.loop}', ctrlpars['p'], ctrlpars['i'], ctrlpars['d'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user