version as of 2025-01-09 from ultrasound PC
This commit is contained in:
126
cfg/PEUS.cfg
Normal file
126
cfg/PEUS.cfg
Normal file
@ -0,0 +1,126 @@
|
||||
[NODE]
|
||||
id = ultrasound.psi.ch
|
||||
description = ultrasound settings
|
||||
|
||||
[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.17568e+06
|
||||
basefreq = 4.14902e+07
|
||||
control = True
|
||||
amp = 5.0
|
||||
nr = 1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #500
|
||||
sr = 32768 #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 = 2450
|
||||
size = 300
|
||||
main = f
|
||||
|
||||
[roi1]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 1
|
||||
time = 5950
|
||||
size = 300
|
||||
main = f
|
||||
|
||||
[roi2]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 2
|
||||
# enable = False
|
||||
time = 9475
|
||||
size = 300
|
||||
main = f
|
||||
|
||||
[roi3]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 3
|
||||
#enable = False
|
||||
time = 12900
|
||||
size = 300
|
||||
main = f
|
||||
|
||||
[roi4]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 4
|
||||
enable = True
|
||||
time = 16100
|
||||
size = 300
|
||||
main = f
|
||||
|
||||
[roi5]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 5
|
||||
enable = False
|
||||
time = 4000
|
||||
size = 30
|
||||
main = f
|
||||
|
||||
[roi6]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 6
|
||||
enable = False
|
||||
time = 4000
|
||||
size = 200
|
||||
main = f
|
||||
|
||||
[roi7]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 7
|
||||
enable = False
|
||||
time = 4000
|
||||
size = 200
|
||||
main = f
|
||||
|
||||
[roi8]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 8
|
||||
enable = False
|
||||
time = 4000
|
||||
size = 200
|
||||
main = f
|
||||
|
||||
[roi9]
|
||||
class = secop_psi.ultrasound.Roi
|
||||
description = I/Q of region 9
|
||||
enable = False
|
||||
time = 4000
|
||||
size = 200
|
||||
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
|
Reference in New Issue
Block a user