fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
26
cfg/addons/ls372_cfg.py
Normal file
26
cfg/addons/ls372_cfg.py
Normal file
@ -0,0 +1,26 @@
|
||||
Mod('lsc',
|
||||
'frappy.io.StringIO',
|
||||
'',
|
||||
wait_before=0.05,
|
||||
uri='flamedil-ls:7777',
|
||||
)
|
||||
|
||||
Mod('r1',
|
||||
'frappy_psi.ls372.ResChannel',
|
||||
'resistivity from LS 372',
|
||||
switcher='channel',
|
||||
channel=1,
|
||||
)
|
||||
|
||||
Mod('r3',
|
||||
'frappy_psi.ls372.ResChannel',
|
||||
'resistivity from LS 372',
|
||||
switcher='channel',
|
||||
channel=3,
|
||||
)
|
||||
|
||||
Mod('channel',
|
||||
'frappy_psi.ls372.Switcher',
|
||||
'LS 372 channel switcher',
|
||||
io='lsc',
|
||||
)
|
Reference in New Issue
Block a user