Constant Speed Load

Class Description

class gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad(omega_fixed=0, load_initializer=None, **kwargs)[source]

Bases: MechanicalLoad

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

get_state_space(omega_range)

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.get_state_space.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

initialize(state_space, state_positions, nominal_state, **__)

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.initialize.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

mechanical_jacobian(t, mechanical_state, torque)[source]

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.mechanical_jacobian.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

mechanical_ode(*_, **__)[source]

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.mechanical_ode.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

next_generator()

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.next_generator.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

reset(state_space, state_positions, nominal_state, **__)

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.reset.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

seed(seed=None)

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.seed.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

set_j_rotor(j_rotor)

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.set_j_rotor.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

HAS_JACOBIAN = True

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.HAS_JACOBIAN.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

OMEGA_IDX = 0
property initializer

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.initializer.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property j_total

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.j_total.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property limits

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.limits.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property nominal_values

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.nominal_values.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property omega_fixed

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.omega_fixed.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property random_generator

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.random_generator.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property seed_sequence

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.seed_sequence.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.

property state_names

API for gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad.state_names.

Note

The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.