Remove comment that seems to have gone away.
This commit is contained in:
7
dump.py
7
dump.py
@@ -51,9 +51,4 @@ for label, callback, unit in LINES:
|
|||||||
try:
|
try:
|
||||||
PrintLine(label, callback(), unit)
|
PrintLine(label, callback(), unit)
|
||||||
except ilt1000.Error as e:
|
except ilt1000.Error as e:
|
||||||
PrintLine(label, str(e), '')
|
PrintLine(label, repr(e), '')
|
||||||
|
|
||||||
#ilt.StopLogging()
|
|
||||||
#ilt.EraseLogData()
|
|
||||||
#ilt.StartLogging(148, 1)
|
|
||||||
print(ilt.GetLogData())
|
|
||||||
|
|||||||
@@ -152,8 +152,7 @@ class ILT1000(object):
|
|||||||
def GetSensorCurrent(self):
|
def GetSensorCurrent(self):
|
||||||
# SPEC ERROR
|
# SPEC ERROR
|
||||||
# Protocol doc indicates that this is in pA, but actual values are in
|
# Protocol doc indicates that this is in pA, but actual values are in
|
||||||
# scientific notation and appear to be A. They are also suspiciously
|
# scientific notation and appear to be A.
|
||||||
# similar to getvoltage return values.
|
|
||||||
ret = self._SendCommand('getcurrent')
|
ret = self._SendCommand('getcurrent')
|
||||||
return float(ret)
|
return float(ret)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user