$k. Unit

new $k.Unit(symbol, quantityKindopt)

Parameters:
NameTypeAttributesDescription
symbolstring | $k.SemanticElement

Either the unit symbol of a configured unit, or the unit configuration element

quantityKind$k.QuantityKind<optional>

The quantity kind of the unit. This is necessary when the first parameter is a string and multiple units with the same symbol exist in different qunatity kinds.

Throws:

If the parameter is a semantic element other than a unit configuration element

Type
$k.exception.TypeError

Methods

name() → {string}

Since
  • 5.4.2
Returns:

The unit/quantity name

Type: 
string

quantityKind() → {$k.QuantityKind}

Since
  • 5.4.2
Returns:

The quantity kind

Type: 
$k.QuantityKind

symbol() → {string}

Since
  • 5.4.2
Returns:

The unit/quantity symbol

Type: 
string