SiDefaultParameter
Short summary
A datatype for temperatures based on temperature scales. It can be converted to other units with the function CNM_RecipeHandling.ConvertTemperature.
Access: -
Inherits from: MetricParameter
| Name | Type | Comment |
|---|---|---|
| unit | UnitString | - |
Code
Declaration
TYPE SiDefaultParameter EXTENDS MetricParameter :
STRUCT
unit :UnitString;
END_STRUCT
END_TYPE