Motor Prints Class#

class rocketpy.prints.motor_prints._MotorPrints[source]#

Class that holds prints methods for Motor class.

Variables:

_MotorPrints.motor (Motor) – Motor object that will be used for the prints.

__init__(motor)[source]#

Initializes _MotorPrints class

Parameters:

motor (Motor) – Instance of the Motor class.

Return type:

None

motor_details()[source]#

Print Motor details.

Return type:

None

all()[source]#

Prints out all data available about the Motor.

Return type:

None