From b597483913549f73b3c9ca77eaae279551580282 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 23 Mar 2015 17:24:12 +0100 Subject: [PATCH] thorlabs_tcube: spelling, fix ping --- artiq/devices/thorlabs_tcube/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/devices/thorlabs_tcube/driver.py b/artiq/devices/thorlabs_tcube/driver.py index 8643c388e..649b051c7 100644 --- a/artiq/devices/thorlabs_tcube/driver.py +++ b/artiq/devices/thorlabs_tcube/driver.py @@ -284,7 +284,7 @@ class Tcube: 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, MGMSG.HW_GET_INFO) @@ -293,7 +293,7 @@ class Tcube: def ping(self): try: - self.hw_req_info() + self.hardware_request_information() except: return False return True