We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e5f39e + 12f8e43 commit ead6c2bCopy full SHA for ead6c2b
labscript_devices/PrawnBlaster/blacs_workers.py
@@ -197,7 +197,7 @@ def check_status(self):
197
):
198
# Try to read out wait. For now, we're only reading out waits from
199
# pseudoclock 0 since they should all be the same (requirement imposed by labscript)
200
- response = self.send_command(f'getwait {0}, {self.current_wait}')
+ response = self.send_command(f'getwait {0} {self.current_wait}')
201
if response != "wait not yet available\r\n":
202
# Parse the response from the PrawnBlaster
203
wait_remaining = int(response)
0 commit comments