Skip to content

Commit 3f55bde

Browse files
removing explicit break, is the same as returning self.final_values
1 parent adfa697 commit 3f55bde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

labscript_devices/AD9959DDSSweeper/blacs_workers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,6 @@ def transition_to_buffered(self, device_name, h5file, initial_values, fresh):
377377
'amp' : cache_amp * self.intf.tuning_words_to_SI['amp'],
378378
'phase' : cache_phase * self.intf.tuning_words_to_SI['phase']
379379
}
380-
381-
if dds_data is None and stat_data is None:
382-
self.logger.debug('No instructions to set')
383-
return self.initial_values
384380

385381
if dds_data is not None:
386382
self.logger.debug(f'Dynamic Data found')

0 commit comments

Comments
 (0)