Convert example configs to python
Fixes: #4627 Change-Id: I1049af9fa2f3f9ec06e55811dc9ecfa5f359c805
This commit is contained in:
20
cfg/ls370test_cfg.py
Normal file
20
cfg/ls370test_cfg.py
Normal file
@ -0,0 +1,20 @@
|
||||
Node('LscSIM.psi.ch',
|
||||
'Lsc370 Test',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('lsmain',
|
||||
'frappy_psi.ls370res.Main',
|
||||
'main control of Lsc controller',
|
||||
uri = 'localhost:4567',
|
||||
)
|
||||
|
||||
Mod('res',
|
||||
'frappy_psi.ls370res.ResChannel',
|
||||
'resistivity',
|
||||
vexc = '2mV',
|
||||
channel = 3,
|
||||
main = 'lsmain',
|
||||
# the auto created iodev from lsmain:
|
||||
iodev = 'lsmain_iodev',
|
||||
)
|
Reference in New Issue
Block a user