This commit is contained in:
Ian Gulliver
2016-04-23 15:11:15 -07:00
parent fe4ed30d1c
commit 9bc712761d

View File

@@ -79,8 +79,6 @@ class CommandError(Error):
# getfriendlyname
# setfriendlyname
# getinfo
# getintegrate
# startintegrate
# topintegrate
@@ -351,6 +349,11 @@ class ILT1000(object):
ret['samples'].append(_Row(fields, sample))
return ret
def GetInfo(self):
# SPEC ERROR: There doesn't seem to be a good way to, other than a timing
# hack, to find the end of the getinfo response.
raise UnsupportedCommand
class _Row(object):