Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions exopy_hqc_legacy/tasks/tasks/instr/run_awg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class RunAWGTask(InstrumentTask):
#: Switch to choose the AWG run mode: on or off
switch = Str('Off').tag(pref=True)

#: Delay before setting the AWG. Useful when loading large sequences
delay = Float(0).tag(pref=True)

database_entries = set_default({'output': 0})
Expand Down