add config, stick and addon files from l_samenv@samenv
This commit is contained in:
26
tcl/ultrasound.addon
Normal file
26
tcl/ultrasound.addon
Normal file
@ -0,0 +1,26 @@
|
||||
addonDesc = ultrasound with SP devices data acquisition card and function generator
|
||||
|
||||
set ::secop_version 4
|
||||
|
||||
makenv ultrasound -driver secop
|
||||
#makenv ultrasound -driver secop ALL restart_on_reconnect
|
||||
|
||||
|
||||
GraphAdd roi0.i 1 inphase
|
||||
|
||||
GraphAdd f.slope 2 slope
|
||||
GraphAdd f Hz freq
|
||||
|
||||
makenv fn -driver fungen -port A-33210A-12987.psi.ch:5025
|
||||
|
||||
catch {
|
||||
fn burst 0
|
||||
fn waveform PULS
|
||||
fn offset 0.675
|
||||
fn volt 1.35
|
||||
fn freq 1000
|
||||
fn width 200e-9
|
||||
}
|
||||
|
||||
makenv mirror -driver mirror pars
|
||||
|
Reference in New Issue
Block a user