You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function should communicate with the device (e.g. read device model) and return True if the response was as expected. See ARTIQ manual for details.
The text was updated successfully, but these errors were encountered:
In order to be correctly started and stopped by a controller manager, your controller must additionally implement a ping() method, which should simply return true, e.g.
def ping(self):
return True
Could you please point me to the manual you mean, with proper description?
This function should communicate with the device (e.g. read device model) and return True if the response was as expected. See ARTIQ manual for details.
The text was updated successfully, but these errors were encountered: