Skip to content

Commit 4527466

Browse files
committed
program_manual should not erase dds_data from smart cache.
1 parent b3aee0a commit 4527466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_devices/AD9959DDSSweeper/blacs_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def program_manual(self, values):
296296
values (dict): dictionary of dictionaries with keys of active DDS
297297
channels, subkeys of ['freq', 'amp', 'phase']
298298
'''
299-
self.smart_cache = {'static_data' : None}
299+
self.smart_cache['static_data'] = None
300300

301301
for chan in values:
302302
chan_int = int(chan[8:])

0 commit comments

Comments
 (0)