add mspare stick
This commit is contained in:
34
cfg/stick/msparestick_cfg.py
Normal file
34
cfg/stick/msparestick_cfg.py
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
Node('mspare.stick.sea.psi.ch',
|
||||||
|
'MA generic sample stick',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('sea_stick',
|
||||||
|
'frappy_psi.sea.SeaClient',
|
||||||
|
'SEA stick connection',
|
||||||
|
config='mspare.stick',
|
||||||
|
service='stick',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('ts',
|
||||||
|
'frappy_psi.sea.SeaReadable',
|
||||||
|
'sample stick temperature',
|
||||||
|
io='sea_stick',
|
||||||
|
json_file='ma6.config.json',
|
||||||
|
sea_object='tt',
|
||||||
|
rel_paths=['ts', 'setsamp'],
|
||||||
|
meaning=['temperature', 30],
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
"""
|
||||||
|
Mod('ts',
|
||||||
|
'frappy_psi.parmod.Converging',
|
||||||
|
'drivable stick T using setsamp',
|
||||||
|
meaning=['temperature', 25],
|
||||||
|
unit='K',
|
||||||
|
read='tsam.value',
|
||||||
|
write='tsam.setsamp',
|
||||||
|
settling_time=20,
|
||||||
|
tolerance=1,
|
||||||
|
)
|
||||||
|
"""
|
||||||
Reference in New Issue
Block a user