Squirrel Cage Induction Motor
Schematic
Electrical ODE
with
Torque Equation
Code Documentation
- class gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor(motor_parameter=None, nominal_values=None, limit_values=None, motor_initializer=None, initial_limits=None)[source]
Bases:
InductionMotor
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor
.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.electric_motors.SquirrelCageInductionMotor
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- electrical_jacobian(state, u_in, omega, *args)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.electrical_jacobian
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- electrical_ode(state, u_salphabeta, omega, *args)[source]
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.electrical_ode
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- i_in(state)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.i_in
.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, **__)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.initialize
.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.electric_motors.SquirrelCageInductionMotor.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.
- static q(quantities, epsilon)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.q
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- static q_inv(quantities, epsilon)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.q_inv
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- q_inv_me(quantities, epsilon)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.q_inv_me
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- q_me(quantities, epsilon)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.q_me
.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, omega=None)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.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.electric_motors.SquirrelCageInductionMotor.seed
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- static t_23(quantities)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.t_23
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- static t_32(quantities)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.t_32
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- torque(states)
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.torque
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- CURRENTS = ['i_salpha', 'i_sbeta']
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.CURRENTS
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- CURRENTS_IDX = [0, 1]
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.CURRENTS_IDX
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- EPSILON_IDX = 4
- FLUXES = ['psi_ralpha', 'psi_rbeta']
- FLUX_IDX = [2, 3]
- HAS_JACOBIAN = True
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.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.
- IO_CURRENTS = ['i_sa', 'i_sb', 'i_sc', 'i_salpha', 'i_sbeta', 'i_sd', 'i_sq']
- IO_VOLTAGES = ['u_sa', 'u_sb', 'u_sc', 'u_salpha', 'u_sbeta', 'u_sd', 'u_sq']
- I_SALPHA_IDX = 0
- I_SBETA_IDX = 1
- PSI_RALPHA_IDX = 2
- PSI_RBETA_IDX = 3
- STATOR_VOLTAGES = ['u_salpha', 'u_sbeta']
- VOLTAGES = []
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.VOLTAGES
.Note
The original docstring is temporarily suppressed due to formatting issues upstream. Once it’s cleaned, we’ll restore the full text here.
- property initial_limits
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.initial_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 initializer
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.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 limits
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.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 motor_parameter
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.motor_parameter
.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.electric_motors.SquirrelCageInductionMotor.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 random_generator
API for
gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor.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.electric_motors.SquirrelCageInductionMotor.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.