Skip to content

Commit fa5ff21

Browse files
Add a status readout at initialization to the PB to match DO
1 parent 7d04da7 commit fa5ff21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labscript_devices/PrawnBlaster/blacs_workers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ def init(self):
8484
if board.strip() != self.pico_board.strip():
8585
raise LabscriptError(f'firmware reports {board} attached, labscript expects {self.pico_board}')
8686

87+
current_status = self.read_status()
88+
print(f'Current status is {current_status}')
89+
8790
def _read_full_buffer(self):
8891
'''Used to get any extra lines from device after a failed send_command'''
8992

0 commit comments

Comments
 (0)