We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2593c commit bcc966aCopy full SHA for bcc966a
exopy_hqc_legacy/tasks/tasks/instr/run_awg.py
@@ -22,10 +22,9 @@ class RunAWGTask(InstrumentTask):
22
23
"""
24
#: Switch to choose the AWG run mode: on or off
25
- switch = Str('Off').tag(pref=True, feval=validators.SkipLoop())
+ switch = Str('Off').tag(pref=True)
26
27
- delay = Float(0).tag(pref=True,
28
- feval=validators.SkipLoop(types=numbers.Real))
+ delay = Float(0).tag(pref=True)
29
30
database_entries = set_default({'output': 0})
31
0 commit comments