fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
25
cfg/ls370res_cfg.py
Normal file
25
cfg/ls370res_cfg.py
Normal file
@ -0,0 +1,25 @@
|
||||
Node('ls370res.psi.ch',
|
||||
'Lsc370 Test',
|
||||
interface='tcp://5000',
|
||||
)
|
||||
|
||||
Mod('lsmain_io',
|
||||
'frappy_psi.ls370res.StringIO',
|
||||
'the communication device',
|
||||
uri='lollypop-ts:3001',
|
||||
)
|
||||
|
||||
Mod('lsmain',
|
||||
'frappy_psi.ls370res.Main',
|
||||
'main control of Lsc controller',
|
||||
uri='lollypop-ts:3001',
|
||||
)
|
||||
|
||||
Mod('res',
|
||||
'frappy_psi.ls370res.ResChannel',
|
||||
'resistivity',
|
||||
iexc='1mA',
|
||||
channel=5,
|
||||
main='lsmain',
|
||||
io='lsmain_io',
|
||||
)
|
Reference in New Issue
Block a user