usefeedbackrestemp
This commit is contained in:
@@ -56,7 +56,6 @@ class CommandError(Error):
|
|||||||
# getecaldate
|
# getecaldate
|
||||||
# setecal
|
# setecal
|
||||||
|
|
||||||
# usefeedbackrestemp
|
|
||||||
# setfeedbackres
|
# setfeedbackres
|
||||||
|
|
||||||
# getintegrate
|
# getintegrate
|
||||||
@@ -270,6 +269,9 @@ class ILT1000(object):
|
|||||||
def SetFeedbackResistor(self, resistor=FEEDBACK_RES_AUTO):
|
def SetFeedbackResistor(self, resistor=FEEDBACK_RES_AUTO):
|
||||||
self._SendCommandOrDie('usefeedbackres %d' % resistor)
|
self._SendCommandOrDie('usefeedbackres %d' % resistor)
|
||||||
|
|
||||||
|
def SetFeedbackResistorTemp(self, resistor=FEEDBACK_RES_AUTO):
|
||||||
|
self._SendCommandOrDie('usefeedbackrestemp %d' % resistor)
|
||||||
|
|
||||||
_AVERAGING_COMMANDS = {
|
_AVERAGING_COMMANDS = {
|
||||||
AVERAGING_AUTO: 'setautaveraging',
|
AVERAGING_AUTO: 'setautaveraging',
|
||||||
AVERAGING_LOW: 'setlowaveraging',
|
AVERAGING_LOW: 'setlowaveraging',
|
||||||
|
|||||||
Reference in New Issue
Block a user