initial commit
This commit is contained in:
25
tcl/ori1.config
Normal file
25
tcl/ori1.config
Normal file
@ -0,0 +1,25 @@
|
||||
deviceDesc = orange cryostat with 50 mm sample space
|
||||
|
||||
defineTemperature tt
|
||||
|
||||
makenv tt -driver like-340_lsc {
|
||||
lsc_sensor tm B -sensor x68258 -sensorname VTI
|
||||
if {[string match "335*" [driverName]]} {
|
||||
lsc_sensor ts A -sensorname sample
|
||||
} else {
|
||||
# lsc_sensor tm_2 A -sensor pt-100 -sensorname VTI2 -is hidden
|
||||
lsc_sensor ts C -sensorname sample
|
||||
lsc_sensor ts_2 D -sensor code -sensorname sample2
|
||||
}
|
||||
lsc_loop set -loop 1 -channel B -maxheater 50W -resist 50Ohm -color green
|
||||
# if {[driverName] ne "340_lsc"} {
|
||||
# lsc_loop setsamp -loop 2 -channel C -maxheater 62.5W -resist 20Ohm -color dark_green
|
||||
# }
|
||||
}
|
||||
|
||||
tt set/limit 310
|
||||
makeCCU4 ori1 nv n2 he
|
||||
hupdate /nv/set 1.6
|
||||
|
||||
source std_orange.table
|
||||
|
Reference in New Issue
Block a user