Removed status
Change-Id: I276fe69a4ca46f536be022d9604377378e41f26c
This commit is contained in:
parent
dc59906c8a
commit
e405783716
@ -58,9 +58,6 @@ class XY(HasIO, Readable):
|
|||||||
|
|
||||||
ioClass = SR_IO
|
ioClass = SR_IO
|
||||||
|
|
||||||
def read_status(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def comm(self, cmd):
|
def comm(self, cmd):
|
||||||
reply, status, overload = self.communicate(cmd).split(';') # try/except
|
reply, status, overload = self.communicate(cmd).split(';') # try/except
|
||||||
reply = reply.rstrip('\n')
|
reply = reply.rstrip('\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user