electricpy.conversions.rpm_to_hz

electricpy.conversions.rpm_to_hz(rpm)[source]

RPM to Hertz Converter.

Given the angular velocity in RPM (Revolutions-Per-Minute), this function will evaluate the velocity in Hertz.

Parameters:
rpm : float

The angular velocity in revolutions-per-minute (RPM)

Returns:

hz – The angular velocity in Hertz

Return type:

float

Examples

>>> from electricpy import conversions as conv
>>> conv.rpm_to_hz(120) # 120 RPM
2.0