From b9e8ba04bfff46afb03d75a8e1cdebdfbe4f2e83 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 23 Apr 2016 15:36:19 -0700 Subject: [PATCH] usefeedbackrestemp --- ilt1000.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ilt1000.py b/ilt1000.py index 95c6a2c..5d82d44 100755 --- a/ilt1000.py +++ b/ilt1000.py @@ -56,7 +56,6 @@ class CommandError(Error): # getecaldate # setecal -# usefeedbackrestemp # setfeedbackres # getintegrate @@ -270,6 +269,9 @@ class ILT1000(object): def SetFeedbackResistor(self, resistor=FEEDBACK_RES_AUTO): self._SendCommandOrDie('usefeedbackres %d' % resistor) + def SetFeedbackResistorTemp(self, resistor=FEEDBACK_RES_AUTO): + self._SendCommandOrDie('usefeedbackrestemp %d' % resistor) + _AVERAGING_COMMANDS = { AVERAGING_AUTO: 'setautaveraging', AVERAGING_LOW: 'setlowaveraging',