Removed status

Change-Id: I276fe69a4ca46f536be022d9604377378e41f26c
This commit is contained in:
Oksana Shliakhtun 2023-07-12 15:19:16 +02:00
parent dc59906c8a
commit e405783716

View File

@ -58,9 +58,6 @@ class XY(HasIO, Readable):
ioClass = SR_IO
def read_status(self):
pass
def comm(self, cmd):
reply, status, overload = self.communicate(cmd).split(';') # try/except
reply = reply.rstrip('\n')