heliox: make temperatures seperate modules
This commit is contained in:
parent
f14bd553a8
commit
4e8636a620
@ -13,7 +13,26 @@ class = secop_psi.sea.SeaDrivable
|
|||||||
io = sea_stick
|
io = sea_stick
|
||||||
sea_object = ts
|
sea_object = ts
|
||||||
|
|
||||||
[th]
|
[T_sorb]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaReadable
|
||||||
io = sea_stick
|
io = sea_stick
|
||||||
sea_object = th
|
sea_object = th
|
||||||
|
rel_paths = sorb
|
||||||
|
|
||||||
|
[T_plate]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = th
|
||||||
|
rel_paths = plate
|
||||||
|
|
||||||
|
[T_low]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = th
|
||||||
|
rel_paths = low
|
||||||
|
|
||||||
|
[T_pot]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = th
|
||||||
|
rel_paths = pot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user