varioxB: add std stick
This commit is contained in:
parent
f702854066
commit
5a54503fe7
31
cfg/stick/varioxbstick_cfg.py
Normal file
31
cfg/stick/varioxbstick_cfg.py
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
import os
|
||||||
|
|
||||||
|
Node('varioxbstick.psi.ch',
|
||||||
|
'variox B standard sample stick',
|
||||||
|
)
|
||||||
|
|
||||||
|
frappy_main_port = os.environ.get('FRAPPY_MAIN_PORT', 0)
|
||||||
|
|
||||||
|
Mod('itc1_',
|
||||||
|
'frappy.core.Proxy',
|
||||||
|
'itc1 on main frappy server',
|
||||||
|
remote_class = 'frappy_psi.mercury.IO',
|
||||||
|
uri = f'tcp://localhost:{frappy_main_port}',
|
||||||
|
module='itc1',
|
||||||
|
# export = False,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Mod('T_sample',
|
||||||
|
'frappy_psi.mercury.TemperatureLoop',
|
||||||
|
'T at sample stick sensor',
|
||||||
|
io='itc1_',
|
||||||
|
slot='MB1.T1',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('htr_sample',
|
||||||
|
'frappy_psi.mercury.HeaterOutput',
|
||||||
|
'sample stick heater power',
|
||||||
|
slot='MB0.H1',
|
||||||
|
io='itc1_',
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user