mirror of https://github.com/m-labs/artiq.git
thorlabs_tcube: spelling, fix ping
This commit is contained in:
parent
91336f974d
commit
b597483913
|
@ -284,7 +284,7 @@ class Tcube:
|
||||||
|
|
||||||
self.send(Message(MGMSG.HW_STOP_UPDATEMSGS))
|
self.send(Message(MGMSG.HW_STOP_UPDATEMSGS))
|
||||||
|
|
||||||
def hardware_request_informations(self):
|
def hardware_request_information(self):
|
||||||
return self.send_request(MGMSG.HW_REQ_INFO,
|
return self.send_request(MGMSG.HW_REQ_INFO,
|
||||||
MGMSG.HW_GET_INFO)
|
MGMSG.HW_GET_INFO)
|
||||||
|
|
||||||
|
@ -293,7 +293,7 @@ class Tcube:
|
||||||
|
|
||||||
def ping(self):
|
def ping(self):
|
||||||
try:
|
try:
|
||||||
self.hw_req_info()
|
self.hardware_request_information()
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue