Skip to content

Commit 10911d6

Browse files
program manual should only invalidate static cache
1 parent 273c42d commit 10911d6

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, 'dds_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)