64 lines
1.2 KiB
INI
64 lines
1.2 KiB
INI
[NODE]
|
|
id = ultrasound.psi.ch
|
|
description = resonant ultra sound setup
|
|
|
|
[INTERFACE]
|
|
uri = tcp://5000
|
|
|
|
[f]
|
|
class = secop_psi.ultrasound.Frequency
|
|
description = ultrasound frequency and acquisition loop
|
|
uri = serial:///dev/ttyS1
|
|
pars = pars
|
|
pollinterval = 0.1
|
|
# this is the start time:
|
|
time = 900
|
|
size = 5000
|
|
freq = 1.e+03
|
|
basefreq = 1.E+3
|
|
control = False
|
|
rusmode = False
|
|
amp = 2.5
|
|
nr = 1 #500 #300 #100 #50 #30 #10 #5 #3 #1 #1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #500
|
|
sr = 1E8 #16384
|
|
plot = True
|
|
maxstep = 100000
|
|
bw = 10E6 #butter worth filter bandwidth
|
|
# y scale for plot:
|
|
maxy = 0.7
|
|
# module to transmit curves:
|
|
curves = curves
|
|
|
|
[curves]
|
|
class = secop_psi.ultrasound.Curves
|
|
description = t, I, Q and pulse arrays for plot
|
|
|
|
[roi0]
|
|
class = secop_psi.ultrasound.Roi
|
|
description = I/Q of region in the control loop.
|
|
# this is the center of roi:
|
|
time = 300
|
|
size = 5000
|
|
main = f
|
|
|
|
[roi1]
|
|
class = secop_psi.ultrasound.Roi
|
|
description = I/Q of region 1
|
|
time = 100
|
|
size = 300
|
|
main = f
|
|
|
|
[delay]
|
|
class = secop_psi.dg645.Delay
|
|
description = delay line with 2 channels
|
|
#uri = dil4-ts.psi.ch:3008
|
|
uri = serial:///dev/ttyS2
|
|
on1 = 1e-9
|
|
on2 = 1E-9
|
|
off1 = 400e-9
|
|
off2 = 600e-9
|
|
|
|
[pars]
|
|
class = secop_psi.ultrasound.Pars
|
|
description = SEA parameters
|