- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
26 lines
447 B
Python
26 lines
447 B
Python
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',
|
|
)
|