diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index 1cce9ad7d..8f96bb7c9 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -86,6 +86,9 @@ class Core: self.core = self self.comm.core = self + def close(self): + self.comm.close() + def compile(self, function, args, kwargs, set_result=None, attribute_writeback=True, print_as_rpc=True): try: