getinfo
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user