setirrthresholdlow

This commit is contained in:
Ian Gulliver
2016-04-23 15:52:39 -07:00
parent d03a5e695f
commit a81ba8ec66

View File

@@ -33,8 +33,6 @@ class CommandError(Error):
# captureflash (SPEC ERROR: doc description missing)
# getflash
# setirrthresholdlow
# setcurrentloop
# setuserdark
@@ -211,6 +209,9 @@ class ILT1000(object):
def GetIrradiance(self):
return float(self._SendCommand('getirradiance'))
def SetIrradianceThresholdLow(self, value):
self._SendCommandOrDie('setirrthresholdlow %.2e' % value)
def GetIrradianceThresholdLow(self):
return float(self._SendCommand('getirrthresholdlow'))