- proxy: remote parameter status should overddide datatype from ProxyModule.status - ppms: create PpmsDrivable instead of importing from (PpmsBase, Drivable). Order matters for status parameter! - update cfg files Change-Id: If8fc263cffb903d8b3c1a93a089dcac3597d13a0 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30512 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
21 lines
404 B
Python
21 lines
404 B
Python
Node('softcal.demo.example',
|
|
'convert r2 from PPMS to a temperature',
|
|
'tcp://5001',
|
|
)
|
|
|
|
Mod('r2',
|
|
'frappy.core.Proxy',
|
|
'convert r2 from PPMS to a temperature',
|
|
remote_class = 'frappy.core.Readable',
|
|
uri = 'tcp://localhost:5000',
|
|
export = False,
|
|
)
|
|
|
|
Mod('T2',
|
|
'frappy_psi.softcal.Sensor',
|
|
'',
|
|
value = Param(unit = 'K'),
|
|
rawsensor = 'r2',
|
|
calib = 'X131346',
|
|
)
|