Skip to main content

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

NameTypeComment
unitUnitString-

Code

Declaration

TYPE SiDefaultParameter EXTENDS MetricParameter :
STRUCT
unit :UnitString;
END_STRUCT
END_TYPE