fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
28
cfg/main/smamor_cfg.py
Normal file
28
cfg/main/smamor_cfg.py
Normal file
@ -0,0 +1,28 @@
|
||||
Node('smamor.config.sea.psi.ch',
|
||||
'Keithley 2450 sourcemeter',
|
||||
)
|
||||
|
||||
Mod('sea_main',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'main sea connection for smamor.config',
|
||||
config='smamor.config',
|
||||
service='main',
|
||||
)
|
||||
|
||||
Mod('smi',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_main',
|
||||
sea_object='smi',
|
||||
)
|
||||
|
||||
Mod('smv',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_main',
|
||||
sea_object='smv',
|
||||
)
|
||||
|
||||
Mod('r',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_main',
|
||||
sea_object='r',
|
||||
)
|
Reference in New Issue
Block a user