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.
1 parent 7d04da7 commit fa5ff21Copy full SHA for fa5ff21
labscript_devices/PrawnBlaster/blacs_workers.py
@@ -84,6 +84,9 @@ def init(self):
84
if board.strip() != self.pico_board.strip():
85
raise LabscriptError(f'firmware reports {board} attached, labscript expects {self.pico_board}')
86
87
+ current_status = self.read_status()
88
+ print(f'Current status is {current_status}')
89
+
90
def _read_full_buffer(self):
91
'''Used to get any extra lines from device after a failed send_command'''
92
0 commit comments