softcal: change name of param 'calib' to 'calcurve'
make it more consistent Change-Id: I8d8f62190c07179de25c893bfcdf11300010cd78
This commit is contained in:
@@ -54,7 +54,7 @@ Mod('T',
|
||||
'frappy_psi.softcal.Sensor',
|
||||
'temperature sensor, soft calibration',
|
||||
rawsensor='res',
|
||||
calib='X132254',
|
||||
calcurve='X132254',
|
||||
value=Param(
|
||||
unit='K',
|
||||
),
|
||||
|
||||
@@ -16,5 +16,5 @@ Mod('T2',
|
||||
'',
|
||||
value = Param(unit = 'K'),
|
||||
rawsensor = 'r2',
|
||||
calib = 'X131346',
|
||||
calcurve = 'X131346',
|
||||
)
|
||||
|
||||
@@ -43,5 +43,5 @@ Mod('ts',
|
||||
'calibrated value for ts',
|
||||
value = Param(unit = 'K'),
|
||||
rawsensor = 'tsraw',
|
||||
calib = 'X133834',
|
||||
calcurve = 'X133834',
|
||||
)
|
||||
|
||||
@@ -38,6 +38,6 @@ Mod('T_sample',
|
||||
output_module='htr_sample',
|
||||
p=1,
|
||||
i=0.01,
|
||||
calib='X161269',
|
||||
calcurve='X161269',
|
||||
value=Param(unit='K'),
|
||||
)
|
||||
|
||||
@@ -52,7 +52,7 @@ Mod('T',
|
||||
'frappy_psi.softcal.Sensor',
|
||||
'sample T',
|
||||
rawsensor='res',
|
||||
calib='X132254',
|
||||
calcurve='X132254',
|
||||
value=Param(
|
||||
unit='K',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user