add varioxB over SECoP and with He pump
This commit is contained in:
19
tcl/varioxb.config
Normal file
19
tcl/varioxb.config
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
deviceDesc = VarioxB Frappy history recorder
|
||||||
|
|
||||||
|
set ::secop_version 4
|
||||||
|
|
||||||
|
device stick_menu varioxb dil5
|
||||||
|
|
||||||
|
set ins [result instrument]
|
||||||
|
if {[string match "prep*" $ins]} {
|
||||||
|
set nr [string range $ins end end]
|
||||||
|
makenv frappy_main -driver secop -port localhost:1511$nr
|
||||||
|
makeHePump
|
||||||
|
} elseif {[lindex [split [info hostname] .] 0] ne $ins} {
|
||||||
|
error "runs on instruments or prep0-9 only"
|
||||||
|
} else {
|
||||||
|
makenv frappy_main -driver secop -port localhost:15101
|
||||||
|
makeHePump
|
||||||
|
}
|
||||||
|
dolater 0 GraphOrder K W mbar % Tesla Ohm
|
||||||
|
dolater 10 GraphOrder K W mbar % Tesla Ohm
|
Reference in New Issue
Block a user