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