File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1111# #
1212#####################################################################
1313
14- import __init__ # only have to do this because we're inside the labscript directory
15- from labscript import *
14+ import numpy as np
15+ from labscript import (
16+ AnalogIn ,
17+ AnalogOut ,
18+ ClockLine ,
19+ DDS ,
20+ DigitalOut ,
21+ MHz ,
22+ Shutter ,
23+ StaticDDS ,
24+ WaitMonitor ,
25+ start ,
26+ stop ,
27+ wait ,
28+ )
1629from labscript_devices .PulseBlaster import PulseBlaster
1730from labscript_devices .NI_DAQmx .labscript_devices import NI_PCIe_6363
1831from labscript_devices .NovaTechDDS9M import NovaTechDDS9M
193206 analog1 .t0 ,
194207 duration = 6 ,
195208 amplitude = 5 ,
196- angfreq = 2 * pi ,
209+ angfreq = 2 * np . pi ,
197210 phase = 0 ,
198211 dc_offset = 0.0 ,
199212 samplerate = rate ,
You can’t perform that action at this time.
0 commit comments