unit

property Force.unit: str

Symbol of the unit of measurement for force. It must be a str. Available units are:

  • 'N' for newton,

  • 'mN' for milli-newton,

  • 'kN' for kilo-newton,

  • 'kgf' for kilogram force,

  • 'gf' for gram force.

Returns

str

Symbol of the unit of measurement for force.

Raises

TypeError

If unit is not a str.

KeyError

If the unit is not among available ones.