Set symbol.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(uom_symbol), | intent(inout) | :: | self | The uom symbol. |
||
| character(len=*), | intent(in), | optional | :: | symbol_ | literal symbol of the unit, e.g. "m" for metres. |
|
| integer(kind=IKP), | intent(in), | optional | :: | exponent_ | Exponent of the symbol, e.g. "-1" for Hertz, namely "s-1". |
|
| real(kind=RKP), | intent(in), | optional | :: | factor_ | Symbol multiplicative scale factor (used only for converters). |
|
| real(kind=RKP), | intent(in), | optional | :: | offset_ | Symbol additive offset (used only for converters). |
|
| class(uom_converter), | intent(in), | optional | :: | convert_ | Generic conversion alias formula user-supplied. |