Files
frappy/cfg/softcal_cfg.py
Markus Zolliker 8385461163 softcal: change name of param 'calib' to 'calcurve'
make it more consistent

Change-Id: I8d8f62190c07179de25c893bfcdf11300010cd78
2025-06-24 10:50:29 +02:00

21 lines
407 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',
calcurve = 'X131346',
)