diff --git a/ilt1000.py b/ilt1000.py index 7d4b06c..a1b34ed 100755 --- a/ilt1000.py +++ b/ilt1000.py @@ -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):