getinfo
This commit is contained in:
@@ -79,8 +79,6 @@ class CommandError(Error):
|
|||||||
# getfriendlyname
|
# getfriendlyname
|
||||||
# setfriendlyname
|
# setfriendlyname
|
||||||
|
|
||||||
# getinfo
|
|
||||||
|
|
||||||
# getintegrate
|
# getintegrate
|
||||||
# startintegrate
|
# startintegrate
|
||||||
# topintegrate
|
# topintegrate
|
||||||
@@ -351,6 +349,11 @@ class ILT1000(object):
|
|||||||
ret['samples'].append(_Row(fields, sample))
|
ret['samples'].append(_Row(fields, sample))
|
||||||
return ret
|
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):
|
class _Row(object):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user