37 lines
787 B
Plaintext
37 lines
787 B
Plaintext
deviceDesc = Kelvinox-JT for FLAME
|
|
|
|
proc triton {kind obj name db col} {
|
|
makenv $obj -driver itc$kind -port flamedil:33576 -controller _tritondil $db
|
|
switch $kind {
|
|
temp {
|
|
GraphAdd $obj K_3 T_$name
|
|
GraphAdd $obj.raw Ohm_3 R_$name
|
|
}
|
|
press {
|
|
GraphAdd $obj mbar_2 p_$name
|
|
}
|
|
}
|
|
}
|
|
|
|
triton temp tsorb sorb T1 dark_violet
|
|
triton temp thx HX T2 brown
|
|
triton temp tjt JTstage T3 grey
|
|
triton temp tstill Still T4 orange
|
|
triton temp tmc MC T5 cyan
|
|
|
|
triton press pdump 1_dump P1 cyan
|
|
triton press pcond 2_cond P2 blue
|
|
triton press pstill 3_still P3 black
|
|
# triton press pfore fore P4 green
|
|
triton press pback 5_back P5 red
|
|
|
|
|
|
makenv tt -driver 372_lsc -port LSCI-372LSA2DEW.psi.ch:7777 {
|
|
lsc_sensor sample 3 -sensor RX21084 -excitation 20uV -filter 10
|
|
}
|
|
|
|
|
|
|
|
|
|
|