add cfg files for gas stick
This commit is contained in:
28
cfg/stick/pgas5_cfg.py
Normal file
28
cfg/stick/pgas5_cfg.py
Normal file
@ -0,0 +1,28 @@
|
||||
Node('pgas5.stick.sea.psi.ch',
|
||||
'PGAS5 gas pressure cell stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick SEA connection to ill5.stick',
|
||||
config = 'pgas5.stick',
|
||||
service = 'stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
'sample temperature',
|
||||
io = 'sea_stick',
|
||||
sea_object = 'tt',
|
||||
json_file = 'ill5pgas5.config.json',
|
||||
rel_paths = ['ts'],
|
||||
)
|
||||
|
||||
Mod('T_bottom',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
'bottom T',
|
||||
io = 'sea_stick',
|
||||
sea_object = 'tt',
|
||||
json_file = 'ill5pgas5.config.json',
|
||||
rel_paths = ['ts_2'],
|
||||
)
|
Reference in New Issue
Block a user