fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
12
cfg/dpm_cfg.py
Normal file
12
cfg/dpm_cfg.py
Normal file
@ -0,0 +1,12 @@
|
||||
Node('dpm.psi.ch',
|
||||
'DPM driver for pressure cell',
|
||||
interface='tcp://5000',
|
||||
)
|
||||
|
||||
Mod('force',
|
||||
'frappy_psi.dpm.DPM3',
|
||||
'DPM driver to read out the transducer value, write and read the offset and scale factor',
|
||||
uri='serial:///dev/ttyUSB1',
|
||||
digits=2,
|
||||
scale_factor=0.0156,
|
||||
)
|
Reference in New Issue
Block a user