add mb11std.config
This commit is contained in:
19
tcl/mb11std.config
Normal file
19
tcl/mb11std.config
Normal file
@ -0,0 +1,19 @@
|
||||
deviceDesc = MB11 Frappy history recorder (for mb11std)
|
||||
|
||||
set ::secop_version 4
|
||||
|
||||
device stick_menu mb11 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