unit

property AngularAcceleration.unit: str

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

  • 'rad/s^2' for radian per second squared,

  • 'deg/s^2' for degree per second squared,

  • 'rot/s^2' for rotation per second squared.

Returns

str

Symbol of the unit of measurement for angular acceleration.

Raises

TypeError

If unit is not a str.

KeyError

If the unit is not among available ones.