Package windSimSuite :: Module common :: Class Angle
[hide private]

Class Angle

source code

_PhysicQuantity --+
                  |
                 Angle

An angle that can be converted from radian to degree. The default unit is in radian. Any value can be set by specifying the unit by 'rad' or 'deg'.

Instance Methods [hide private]
 
__init__(self, value=None, unit='rad') source code
 
__repr__(self) source code

Inherited from _PhysicQuantity: __getitem__, __setitem__

Method Details [hide private]

__init__(self, value=None, unit='rad')
(Constructor)

source code 
Overrides: _PhysicQuantity.__init__