gym-electric-motor
Gym Electric Motor Readme:
Readme File
gym-electric-motor Contents:
Environments
Reference Generators
Reward Functions
Physical Systems
Visualization
Constraint Monitor
Core
Utils
Callbacks
Random Component
GEM-Control Contents:
Usage Guides
gem-control: key API (external)
gym-electric-motor
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
|
Z
_
__call__() (gem_controllers.stages.abc_transformation.AbcTransformation method)
(gem_controllers.stages.anti_windup.AntiWindup method)
(gem_controllers.stages.base_controllers.base_controller.BaseController method)
(gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
(gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage method)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage method)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage method)
(gem_controllers.stages.cont_output_stage.ContOutputStage method)
(gem_controllers.stages.disc_output_stage.DiscOutputStage method)
(gem_controllers.stages.emf_feedforward.EMFFeedforward method)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM method)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd method)
(gem_controllers.stages.input_stage.InputStage method)
(gem_controllers.stages.operation_point_selection.operation_point_selection.OperationPointSelection method)
(gem_controllers.stages.stage.Stage method)
_angle_advance() (gem_controllers.stages.abc_transformation.AbcTransformation method)
_calculate_luts() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
_get_i_d_q() (gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_mtpc_lookup_table() (gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_mtpf_lookup_table() (gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_psi_idx() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_psi_idx_mtpf() (gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_psi_opt() (gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
_get_t_idx() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_t_idx_mtpc() (gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
_get_t_max() (gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
_k (gym_electric_motor.visualization.motor_dashboard_plots.TimePlot attribute)
,
[1]
_max_current_per_speed() (gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection method)
_psi_opt() (gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
_select_operating_point() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.foc_operation_point_selection.FieldOrientedControllerOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.operation_point_selection.OperationPointSelection method)
(gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.series_dc_ops.SeriesDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection method)
_t (gym_electric_motor.visualization.motor_dashboard_plots.TimePlot attribute)
,
[1]
_t_max() (gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
_tune_current_controller() (gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
_tune_flux_controller() (gem_controllers.stages.base_controllers.pi_controller.PIController method)
_tune_speed_controller() (gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
_x_width (gym_electric_motor.visualization.motor_dashboard_plots.TimePlot attribute)
,
[1]
A
abc_to_alphabeta_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
abc_to_dq_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
AbcTransformation (class in gem_controllers.stages.abc_transformation)
AbsoluteClippingStage (class in gem_controllers.stages.clipping_stages.absolute_clipping_stage)
AC1PhaseSupply (class in gym_electric_motor.physical_systems.voltage_supplies)
AC3PhaseSupply (class in gym_electric_motor.physical_systems.voltage_supplies)
action_range (gem_controllers.stages.base_controllers.i_controller.IController property)
(gem_controllers.stages.base_controllers.p_controller.PController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
(gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage property)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage property)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage property)
(gem_controllers.stages.emf_feedforward.EMFFeedforward property)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM property)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd property)
action_space (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.converters.ContB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter attribute)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.NoConverter attribute)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter attribute)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
ActionPlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
add_maximum_reference() (gem_controllers.reference_plotter.ReferencePlotter method)
advance_factor (gem_controllers.stages.abc_transformation.AbcTransformation property)
alphabeta_to_abc_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
alphabeta_to_dq_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
angle (gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
anti_windup_stage (gem_controllers.pi_speed_controller.PISpeedController property)
AntiWindup (class in gem_controllers.stages.anti_windup)
B
BaseController (class in gem_controllers.stages.base_controllers.base_controller)
block_diagram (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
build_block_diagram() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(in module gem_controllers.block_diagrams.block_diagram)
C
calculate_field_angle() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
calculate_rotor_current() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
Callback (class in gym_electric_motor.core)
check_constraints() (gym_electric_motor.core.ConstraintMonitor method)
clipped (gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage property)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage property)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage property)
clipping_difference (gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage property)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage property)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage property)
clipping_stage (gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
close() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.core.PhysicalSystem method)
,
[1]
(gym_electric_motor.core.ReferenceGenerator method)
,
[1]
(gym_electric_motor.core.RewardFunction method)
,
[1]
,
[2]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
(gym_electric_motor.reference_generators.ConstReferenceGenerator method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator method)
(gym_electric_motor.reward_functions.weighted_sum_of_errors.WeightedSumOfErrors method)
CombinedClippingStage (class in gem_controllers.stages.clipping_stages.combined_clipping_stage)
ConsolePrinter (class in gym_electric_motor.visualization.console_printer)
ConstantSpeedLoad (class in gym_electric_motor.physical_systems.mechanical_loads)
constraint_monitor (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
ConstraintMonitor (class in gym_electric_motor.core)
constraints (gym_electric_motor.core.ConstraintMonitor property)
ConstReferenceGenerator (class in gym_electric_motor.reference_generators)
ContB6BridgeConverter (class in gym_electric_motor.physical_systems.converters)
ContCurrentControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlDcShuntMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
ContCurrentControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
ContDynamicallyAveragedConverter (class in gym_electric_motor.physical_systems.converters)
ContFourQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
ContMultiConverter (class in gym_electric_motor.physical_systems.converters)
ContOneQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
ContOutputStage (class in gem_controllers.stages.cont_output_stage)
control() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(gem_controllers.gem_controller.GemController method)
(gem_controllers.pi_current_controller.PICurrentController method)
(gem_controllers.pi_speed_controller.PISpeedController method)
(gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.torque_controller.TorqueController method)
control_environment() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(gem_controllers.gem_controller.GemController method)
(gem_controllers.pi_current_controller.PICurrentController method)
(gem_controllers.pi_speed_controller.PISpeedController method)
(gem_controllers.torque_controller.TorqueController method)
controller (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
ContSpeedControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlDcShuntMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
ContSpeedControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlDcShuntMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
ContTorqueControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
ContTwoQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
convert() (gym_electric_motor.physical_systems.converters.ContB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter method)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContMultiConverter method)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.FiniteConverter method)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter method)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.NoConverter method)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter method)
converter (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
CosSinProcessor (class in gym_electric_motor.physical_system_wrappers)
cross_inductance (gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection property)
(gem_controllers.stages.operation_point_selection.series_dc_ops.SeriesDcOperationPointSelection property)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection property)
CumulativeConstraintViolationPlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
current_base_controller (gem_controllers.pi_current_controller.PICurrentController property)
current_control() (gem_controllers.pi_current_controller.PICurrentController method)
current_controller (gem_controllers.torque_controller.TorqueController property)
current_indices (gem_controllers.stages.emf_feedforward.EMFFeedforward property)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM property)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd property)
current_next_reference (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
current_reference (gem_controllers.torque_controller.TorqueController property)
(gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
current_state (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
currents (gym_electric_motor.physical_systems.converters.ContB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter attribute)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.NoConverter attribute)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter attribute)
CURRENTS (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor attribute)
CURRENTS_IDX (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor attribute)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem attribute)
CurrentSumProcessor (class in gym_electric_motor.physical_system_wrappers.current_sum_processor)
D
d_gain (gem_controllers.stages.base_controllers.pid_controller.PIDController property)
data_idx (gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot property)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot property)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot property)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot property)
,
[1]
DcExternallyExcitedMotor (class in gym_electric_motor.physical_systems.electric_motors)
DcMotor (class in gym_electric_motor.physical_systems.electric_motors)
DcMotorSystem (class in gym_electric_motor.physical_systems.physical_systems)
DcPermanentlyExcitedMotor (class in gym_electric_motor.physical_systems.electric_motors)
DcSeriesMotor (class in gym_electric_motor.physical_systems.electric_motors)
DcShuntMotor (class in gym_electric_motor.physical_systems.electric_motors)
dead_time (gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
DeadTimeProcessor (class in gym_electric_motor.physical_system_wrappers)
disc_converter_actions() (in module gem_controllers.utils)
DiscOutputStage (class in gem_controllers.stages.disc_output_stage)
DoublyFedInductionMotor (class in gym_electric_motor.physical_systems.electric_motors)
DoublyFedInductionMotorSystem (class in gym_electric_motor.physical_systems.physical_systems)
dq_to_abc_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
dq_to_alphabeta_space() (gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
DqToAbcActionProcessor (class in gym_electric_motor.physical_system_wrappers)
E
EESMOperationPointSelection (class in gem_controllers.stages.operation_point_selection.eesm_ops)
electrical_jacobian() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
electrical_motor (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
electrical_ode() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
ElectricMotor (class in gym_electric_motor.physical_systems.electric_motors)
,
[1]
ElectricMotorEnvironment (class in gym_electric_motor.core)
,
[1]
ElectricMotorVisualization (class in gym_electric_motor.core)
,
[1]
emf_feedforward (gem_controllers.pi_current_controller.PICurrentController property)
EMFFeedforward (class in gem_controllers.stages.emf_feedforward)
EMFFeedforwardEESM (class in gem_controllers.stages.emf_feedforward_eesm)
EMFFeedforwardInd (class in gem_controllers.stages.emf_feedforward_ind)
env_id (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
EpisodeLengthPlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
EpisodePlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
epsilon (gem_controllers.stages.base_controllers.i_controller.IController attribute)
(gem_controllers.stages.base_controllers.pi_controller.PIController attribute)
(gem_controllers.stages.base_controllers.pid_controller.PIDController attribute)
EPSILON_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
EulerSolver (class in gym_electric_motor.physical_systems.solvers)
ExternallyExcitedSynchronousMotor (class in gym_electric_motor.physical_systems.electric_motors)
ExternalSpeedLoad (class in gym_electric_motor.physical_systems.mechanical_loads)
ExtExDcOperationPointSelection (class in gem_controllers.stages.operation_point_selection.extex_dc_ttc)
F
feedback() (gem_controllers.stages.base_controllers.base_controller.BaseController method)
(gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
FieldOrientedControllerOperationPointSelection (class in gem_controllers.stages.operation_point_selection.foc_operation_point_selection)
figure() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
FiniteB6BridgeConverter (class in gym_electric_motor.physical_systems.converters)
FiniteConverter (class in gym_electric_motor.physical_systems.converters)
FiniteCurrentControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlDcShuntMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
FiniteCurrentControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
FiniteFourQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
FiniteMultiConverter (class in gym_electric_motor.physical_systems.converters)
FiniteOneQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
FiniteSpeedControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlDcShuntMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
FiniteSpeedControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlDcExternallyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlDcPermanentlyExcitedMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlDcSeriesMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlDcShuntMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlDoublyFedInductionMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlExternallyExcitedSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlPermanentMagnetSynchronousMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlSquirrelCageInductionMotorEnv (class in gym_electric_motor.envs)
FiniteTorqueControlSynchronousReluctanceMotorEnv (class in gym_electric_motor.envs)
FiniteTwoQuadrantConverter (class in gym_electric_motor.physical_systems.converters)
FLUX_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
FLUXES (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
FluxObserver (class in gym_electric_motor.physical_system_wrappers)
force_render() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
G
gem_controllers.utils
module
GemController (class in gem_controllers.gem_controller)
get_action_type() (in module gem_controllers.utils)
get_control_task() (in module gem_controllers.utils)
get_motor_type() (in module gem_controllers.utils)
get_reference() (gym_electric_motor.core.ReferenceGenerator method)
,
[1]
(gym_electric_motor.reference_generators.ConstReferenceGenerator method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator method)
get_reference_observation() (gym_electric_motor.core.ReferenceGenerator method)
,
[1]
(gym_electric_motor.reference_generators.ConstReferenceGenerator method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator method)
get_signal_value() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(gem_controllers.gem_controller.GemController method)
(gem_controllers.pi_current_controller.PICurrentController method)
(gem_controllers.pi_speed_controller.PISpeedController method)
(gem_controllers.torque_controller.TorqueController method)
get_stages() (in module gem_controllers.block_diagrams.block_diagram)
get_state_space() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
get_voltage() (gym_electric_motor.physical_systems.voltage_supplies.AC1PhaseSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.AC3PhaseSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.IdealVoltageSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.VoltageSupply method)
get_wrapper_attr() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
gym_electric_motor.callbacks
module
gym_electric_motor.core
module
gym_electric_motor.utils
module
GymElectricMotorAdapter (class in gem_controllers.gem_adapter)
H
HAS_JACOBIAN (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor attribute)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad attribute)
has_wrapper_attr() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
high_action (gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
hysteresis (gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
I
i_a_idx (gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection property)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection property)
I_A_IDX (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
i_a_limit (gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection property)
i_e_idx (gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection property)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection property)
I_E_IDX (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
i_e_limit (gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection property)
i_e_policy (gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection property)
i_gain (gem_controllers.stages.base_controllers.i_controller.IController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
I_IDX (gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
i_in() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
I_SALPHA_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
I_SBETA_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
I_SD_IDX (gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
I_SQ_IDX (gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
i_sup() (gym_electric_motor.physical_systems.converters.ContB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter method)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContMultiConverter method)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.FiniteConverter method)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter method)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.NoConverter method)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter method)
I_SX_IDX (gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
I_SY_IDX (gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
IController (class in gem_controllers.stages.base_controllers.i_controller)
IdealVoltageSupply (class in gym_electric_motor.physical_systems.voltage_supplies)
idle_action (gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
inductance (gem_controllers.stages.emf_feedforward.EMFFeedforward property)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM property)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd property)
InductionMotor (class in gym_electric_motor.physical_systems.electric_motors)
initial_limits (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
initialize() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
(in module gym_electric_motor.utils)
initializer (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
input_stage (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
InputStage (class in gem_controllers.stages.input_stage)
integrate() (gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gym_electric_motor.physical_systems.solvers.EulerSolver method)
(gym_electric_motor.physical_systems.solvers.OdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver method)
integrator (gem_controllers.stages.base_controllers.i_controller.IController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
IO_CURRENTS (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
IO_ROTOR_CURRENTS (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
IO_ROTOR_VOLTAGES (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
IO_VOLTAGES (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
J
j_total (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
K
k (gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
L
LimitConstraint (class in gym_electric_motor.constraints)
limits (gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage property)
(gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
load_parameter (gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
low_action (gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
M
magnetic_flux (gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection property)
make() (gem_controllers.gem_adapter.GymElectricMotorAdapter class method)
(gem_controllers.gem_controller.GemController class method)
(gem_controllers.pi_current_controller.PICurrentController class method)
(gem_controllers.pi_speed_controller.PISpeedController class method)
(gem_controllers.torque_controller.TorqueController class method)
(gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor class method)
margin (gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage property)
maximum_reference (gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
MeanEpisodeRewardPlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
mechanical_jacobian() (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
mechanical_load (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
mechanical_ode() (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
MechanicalLoad (class in gym_electric_motor.physical_systems.mechanical_loads)
metadata (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
modulation_control() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.foc_operation_point_selection.FieldOrientedControllerOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
module
gem_controllers.utils
gym_electric_motor.callbacks
gym_electric_motor.core
gym_electric_motor.utils
motor_parameter (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
MotorDashboard (class in gym_electric_motor.visualization.motor_dashboard)
MultipleReferenceGenerator (class in gym_electric_motor.reference_generators)
N
next_generator() (gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
(gym_electric_motor.RandomComponent method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
NoConverter (class in gym_electric_motor.physical_systems.converters)
nominal_state (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
nominal_values (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
non_parameterized() (in module gem_controllers.utils)
np_random (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
np_random_seed (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
O
observation_space (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
OdeSolver (class in gym_electric_motor.physical_systems.solvers)
omega (gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
omega_el() (gem_controllers.stages.emf_feedforward.EMFFeedforward method)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM method)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd method)
omega_fixed (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
omega_idx (gem_controllers.stages.emf_feedforward.EMFFeedforward property)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM property)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd property)
OMEGA_IDX (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad attribute)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad attribute)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem attribute)
omega_index (gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection property)
on_close() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
on_reset_begin() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
on_reset_end() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
on_step_begin() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
on_step_end() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
OperationPointSelection (class in gem_controllers.stages.operation_point_selection.operation_point_selection)
OrnsteinUhlenbeckLoad (class in gym_electric_motor.physical_systems.mechanical_loads)
output_stage (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
(gem_controllers.stages.disc_output_stage.DiscOutputStage property)
P
p_gain (gem_controllers.stages.base_controllers.p_controller.PController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
PController (class in gem_controllers.stages.base_controllers.p_controller)
PermanentMagnetSynchronousMotor (class in gym_electric_motor.physical_systems.electric_motors)
,
[1]
PermExDcOperationPointSelection (class in gem_controllers.stages.operation_point_selection.permex_dc_ops)
physical_system (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
PhysicalSystem (class in gym_electric_motor.core)
,
[1]
PhysicalSystemWrapper (class in gym_electric_motor.physical_system_wrappers)
PIController (class in gem_controllers.stages.base_controllers.pi_controller)
PICurrentController (class in gem_controllers.pi_current_controller)
PIDController (class in gem_controllers.stages.base_controllers.pid_controller)
PISpeedController (class in gem_controllers.pi_speed_controller)
PMSMOperationPointSelection (class in gem_controllers.stages.operation_point_selection.pmsm_ops)
PolynomialStaticLoad (class in gym_electric_motor.physical_systems.mechanical_loads)
PowerElectronicConverter (class in gym_electric_motor.physical_systems.converters)
psi (gem_controllers.stages.emf_feedforward.EMFFeedforward property)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM property)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd property)
PSI_RALPHA_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
PSI_RBETA_IDX (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
Q
q() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor static method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM static method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor static method)
q_inv() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor static method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM static method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor static method)
q_inv_me() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
q_me() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
R
RampingLimitMargin (class in gym_electric_motor.callbacks)
random_generator (gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
(gym_electric_motor.RandomComponent property)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator property)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator property)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator property)
(gym_electric_motor.reference_generators.StepReferenceGenerator property)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator property)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator property)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator property)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator property)
random_kwargs (gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
RandomComponent (class in gym_electric_motor)
RCVoltageSupply (class in gym_electric_motor.physical_systems.voltage_supplies)
reference_generator (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
reference_limits (gem_controllers.stages.input_stage.InputStage property)
reference_names (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.core.ReferenceGenerator property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.reference_generators.ConstReferenceGenerator property)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator property)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator property)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator property)
(gym_electric_motor.reference_generators.StepReferenceGenerator property)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator property)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator property)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator property)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator property)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator property)
referenced_state_indices (gem_controllers.stages.base_controllers.three_point_controller.ThreePointController property)
referenced_states (gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
(gym_electric_motor.core.ReferenceGenerator property)
,
[1]
(gym_electric_motor.reference_generators.ConstReferenceGenerator property)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator property)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator property)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator property)
(gym_electric_motor.reference_generators.StepReferenceGenerator property)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator property)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator property)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator property)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator property)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator property)
ReferenceGenerator (class in gym_electric_motor.core)
,
[1]
ReferencePlotter (class in gem_controllers.reference_plotter)
references (gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
register_transformation() (gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor class method)
render() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
render_mode (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard attribute)
reset() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(gem_controllers.gem_controller.GemController method)
(gem_controllers.pi_current_controller.PICurrentController method)
(gem_controllers.pi_speed_controller.PISpeedController method)
(gem_controllers.stages.abc_transformation.AbcTransformation method)
(gem_controllers.stages.base_controllers.base_controller.BaseController method)
(gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
(gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage method)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage method)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage method)
(gem_controllers.stages.cont_output_stage.ContOutputStage method)
(gem_controllers.stages.disc_output_stage.DiscOutputStage method)
(gem_controllers.stages.emf_feedforward.EMFFeedforward method)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM method)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd method)
(gem_controllers.stages.input_stage.InputStage method)
(gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.foc_operation_point_selection.FieldOrientedControllerOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.operation_point_selection.OperationPointSelection method)
(gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.series_dc_ops.SeriesDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection method)
(gem_controllers.stages.stage.Stage method)
(gem_controllers.torque_controller.TorqueController method)
(gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.core.PhysicalSystem method)
,
[1]
(gym_electric_motor.core.ReferenceGenerator method)
,
[1]
(gym_electric_motor.core.RewardFunction method)
,
[1]
,
[2]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
(gym_electric_motor.physical_systems.converters.ContB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter method)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContMultiConverter method)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.FiniteConverter method)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter method)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.NoConverter method)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter method)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
(gym_electric_motor.physical_systems.voltage_supplies.AC1PhaseSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.AC3PhaseSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.IdealVoltageSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply method)
(gym_electric_motor.physical_systems.voltage_supplies.VoltageSupply method)
(gym_electric_motor.reference_generators.ConstReferenceGenerator method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator method)
(gym_electric_motor.reward_functions.weighted_sum_of_errors.WeightedSumOfErrors method)
reset_data() (gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
reset_figures() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
resistance (gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection property)
reward() (gym_electric_motor.core.RewardFunction method)
,
[1]
,
[2]
(gym_electric_motor.reward_functions.weighted_sum_of_errors.WeightedSumOfErrors method)
reward_function (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
reward_range (gym_electric_motor.core.RewardFunction attribute)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
(gym_electric_motor.reward_functions.weighted_sum_of_errors.WeightedSumOfErrors attribute)
RewardFunction (class in gym_electric_motor.core)
,
[1]
,
[2]
RewardPlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
ROTOR_CURRENTS (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
ROTOR_VOLTAGES (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
S
save_to_file() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
SawtoothReferenceGenerator (class in gym_electric_motor.reference_generators)
SCIMOperationPointSelection (class in gem_controllers.stages.operation_point_selection.scim_ops)
ScipyOdeIntSolver (class in gym_electric_motor.physical_systems.solvers)
ScipyOdeSolver (class in gym_electric_motor.physical_systems.solvers)
ScipySolveIvpSolver (class in gym_electric_motor.physical_systems.solvers)
SCMLSystem (class in gym_electric_motor.physical_systems.physical_systems)
seed() (gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor method)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
(gym_electric_motor.RandomComponent method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
seed_sequence (gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor property)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor property)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor property)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM property)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor property)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor property)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
(gym_electric_motor.RandomComponent property)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator property)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator property)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator property)
(gym_electric_motor.reference_generators.StepReferenceGenerator property)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator property)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator property)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator property)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator property)
SeriesDcOperationPointSelection (class in gem_controllers.stages.operation_point_selection.series_dc_ops)
set_action() (gym_electric_motor.physical_systems.converters.ContB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter method)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContMultiConverter method)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter method)
(gym_electric_motor.physical_systems.converters.FiniteConverter method)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter method)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter method)
(gym_electric_motor.physical_systems.converters.NoConverter method)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter method)
set_env() (gym_electric_motor.callbacks.RampingLimitMargin method)
(gym_electric_motor.core.Callback method)
(gym_electric_motor.core.ElectricMotorVisualization method)
,
[1]
(gym_electric_motor.visualization.console_printer.ConsolePrinter method)
(gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
(gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.CumulativeConstraintViolationPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodeLengthPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.EpisodePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.MeanEpisodeRewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
set_f_params() (gym_electric_motor.physical_systems.solvers.EulerSolver method)
(gym_electric_motor.physical_systems.solvers.OdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver method)
set_initial_value() (gym_electric_motor.physical_systems.solvers.EulerSolver method)
(gym_electric_motor.physical_systems.solvers.OdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver method)
set_j_rotor() (gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad method)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad method)
set_modules() (gym_electric_motor.constraints.LimitConstraint method)
(gym_electric_motor.constraints.SquaredConstraint method)
(gym_electric_motor.core.ConstraintMonitor method)
(gym_electric_motor.core.ReferenceGenerator method)
,
[1]
(gym_electric_motor.core.RewardFunction method)
,
[1]
,
[2]
(gym_electric_motor.reference_generators.ConstReferenceGenerator method)
(gym_electric_motor.reference_generators.MultipleReferenceGenerator method)
(gym_electric_motor.reference_generators.SawtoothReferenceGenerator method)
(gym_electric_motor.reference_generators.SinusoidalReferenceGenerator method)
(gym_electric_motor.reference_generators.StepReferenceGenerator method)
(gym_electric_motor.reference_generators.subepisoded_reference_generator.SubepisodedReferenceGenerator method)
(gym_electric_motor.reference_generators.SwitchedReferenceGenerator method)
(gym_electric_motor.reference_generators.TriangularReferenceGenerator method)
(gym_electric_motor.reference_generators.WienerProcessReferenceGenerator method)
(gym_electric_motor.reference_generators.ZeroReferenceGenerator method)
(gym_electric_motor.reward_functions.weighted_sum_of_errors.WeightedSumOfErrors method)
set_physical_system() (gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
set_state_array() (in module gym_electric_motor.utils)
set_system_equation() (gym_electric_motor.physical_systems.solvers.EulerSolver method)
(gym_electric_motor.physical_systems.solvers.OdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver method)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver method)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver method)
set_width() (gym_electric_motor.visualization.motor_dashboard_plots.ActionPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.RewardPlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.StatePlot method)
(gym_electric_motor.visualization.motor_dashboard_plots.TimePlot method)
,
[1]
set_wrapper_attr() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
show() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
show_and_hold() (gym_electric_motor.visualization.motor_dashboard.MotorDashboard method)
ShuntDcOperationPointSelection (class in gem_controllers.stages.operation_point_selection.shunt_dc_ops)
signal_names (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
(gem_controllers.gem_controller.GemController property)
(gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
signals (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
(gem_controllers.gem_controller.GemController property)
(gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
sim (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
simulate() (gym_electric_motor.core.PhysicalSystem method)
,
[1]
(gym_electric_motor.physical_system_wrappers.CosSinProcessor method)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor method)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor method)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor method)
(gym_electric_motor.physical_system_wrappers.FluxObserver method)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper method)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor method)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem method)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem method)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem method)
SimulationEnvironment (class in gym_electric_motor.core)
SinusoidalReferenceGenerator (class in gym_electric_motor.reference_generators)
SixPhasePMSM (class in gym_electric_motor.physical_systems.electric_motors)
solve_analytical() (gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
spec (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
speed_control() (gem_controllers.pi_speed_controller.PISpeedController method)
speed_control_stage (gem_controllers.pi_speed_controller.PISpeedController property)
split_env_id() (in module gem_controllers.utils)
SquaredClippingStage (class in gem_controllers.stages.clipping_stages.squared_clipping_stage)
SquaredConstraint (class in gym_electric_motor.constraints)
SquirrelCageInductionMotor (class in gym_electric_motor.physical_systems.electric_motors)
SquirrelCageInductionMotorSystem (class in gym_electric_motor.physical_systems.physical_systems)
Stage (class in gem_controllers.stages.stage)
stages (gem_controllers.gem_adapter.GymElectricMotorAdapter property)
(gem_controllers.gem_controller.GemController property)
(gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.pi_speed_controller.PISpeedController property)
(gem_controllers.torque_controller.TorqueController property)
state (gym_electric_motor.visualization.motor_dashboard_plots.StatePlot property)
state_dict_to_state_array() (in module gym_electric_motor.utils)
state_indices (gem_controllers.stages.base_controllers.i_controller.IController property)
(gem_controllers.stages.base_controllers.p_controller.PController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
state_labels (gym_electric_motor.visualization.motor_dashboard_plots.StatePlot attribute)
state_limits (gem_controllers.stages.input_stage.InputStage property)
state_names (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.mechanical_loads.ConstantSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.ExternalSpeedLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.MechanicalLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.OrnsteinUhlenbeckLoad property)
(gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
state_positions (gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
state_space (gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
StateNoiseProcessor (class in gym_electric_motor.physical_system_wrappers)
StatePlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
STATOR_VOLTAGES (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
step (gym_electric_motor.core.SimulationEnvironment attribute)
step() (gym_electric_motor.core.ElectricMotorEnvironment method)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv method)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv method)
StepReferenceGenerator (class in gym_electric_motor.reference_generators)
sub_converters() (gym_electric_motor.physical_systems.converters.FiniteMultiConverter method)
SubepisodedReferenceGenerator (class in gym_electric_motor.reference_generators.subepisoded_reference_generator)
supply (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
supply_range (gym_electric_motor.physical_systems.voltage_supplies.AC1PhaseSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.AC3PhaseSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.IdealVoltageSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.VoltageSupply attribute)
SwitchedReferenceGenerator (class in gym_electric_motor.reference_generators)
SynchronousMotor (class in gym_electric_motor.physical_systems.electric_motors)
,
[1]
SynchronousMotorSystem (class in gym_electric_motor.physical_systems.physical_systems)
SynchronousReluctanceMotor (class in gym_electric_motor.physical_systems.electric_motors)
,
[1]
system_equation() (gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply method)
T
t (gym_electric_motor.core.SimulationEnvironment property)
(gym_electric_motor.physical_systems.solvers.EulerSolver property)
(gym_electric_motor.physical_systems.solvers.OdeSolver property)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver property)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver property)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver property)
t_23() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor static method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor static method)
t_32() (gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor static method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor static method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor static method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor static method)
t_46() (gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM static method)
t_n (gem_controllers.pi_current_controller.PICurrentController property)
(gem_controllers.torque_controller.TorqueController property)
tau (gem_controllers.stages.abc_transformation.AbcTransformation property)
(gem_controllers.stages.base_controllers.i_controller.IController property)
(gem_controllers.stages.base_controllers.pi_controller.PIController property)
(gem_controllers.stages.base_controllers.pid_controller.PIDController property)
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.core.SimulationEnvironment attribute)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.converters.ContB6BridgeConverter property)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter property)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.ContMultiConverter property)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter property)
(gym_electric_motor.physical_systems.converters.FiniteConverter property)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter property)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter property)
(gym_electric_motor.physical_systems.converters.NoConverter property)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
tau_decay (gym_electric_motor.physical_systems.mechanical_loads.PolynomialStaticLoad attribute)
test (gym_electric_motor.core.Workspace attribute)
ThreePhaseMotor (class in gym_electric_motor.physical_systems.electric_motors)
ThreePointController (class in gem_controllers.stages.base_controllers.three_point_controller)
TimePlot (class in gym_electric_motor.visualization.motor_dashboard_plots)
,
[1]
to_action() (gem_controllers.stages.disc_output_stage.DiscOutputStage method)
to_b6_discrete() (gem_controllers.stages.disc_output_stage.DiscOutputStage static method)
to_discrete() (gem_controllers.stages.disc_output_stage.DiscOutputStage static method)
to_multi_discrete() (gem_controllers.stages.disc_output_stage.DiscOutputStage static method)
torque() (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor method)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor method)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor method)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM method)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor method)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor method)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor method)
,
[1]
torque_control() (gem_controllers.torque_controller.TorqueController method)
torque_controller (gem_controllers.pi_speed_controller.PISpeedController property)
TORQUE_IDX (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem attribute)
torque_reference (gem_controllers.pi_speed_controller.PISpeedController property)
torque_to_current_stage (gem_controllers.torque_controller.TorqueController property)
TorqueController (class in gem_controllers.torque_controller)
transformation_stage (gem_controllers.pi_current_controller.PICurrentController property)
TriangularReferenceGenerator (class in gym_electric_motor.reference_generators)
tune() (gem_controllers.gem_adapter.GymElectricMotorAdapter method)
(gem_controllers.gem_controller.GemController method)
(gem_controllers.pi_current_controller.PICurrentController method)
(gem_controllers.pi_speed_controller.PISpeedController method)
(gem_controllers.reference_plotter.ReferencePlotter method)
(gem_controllers.stages.abc_transformation.AbcTransformation method)
(gem_controllers.stages.anti_windup.AntiWindup method)
(gem_controllers.stages.base_controllers.base_controller.BaseController method)
(gem_controllers.stages.base_controllers.i_controller.IController method)
(gem_controllers.stages.base_controllers.p_controller.PController method)
(gem_controllers.stages.base_controllers.pi_controller.PIController method)
(gem_controllers.stages.base_controllers.pid_controller.PIDController method)
(gem_controllers.stages.base_controllers.three_point_controller.ThreePointController method)
(gem_controllers.stages.clipping_stages.absolute_clipping_stage.AbsoluteClippingStage method)
(gem_controllers.stages.clipping_stages.combined_clipping_stage.CombinedClippingStage method)
(gem_controllers.stages.clipping_stages.squared_clipping_stage.SquaredClippingStage method)
(gem_controllers.stages.cont_output_stage.ContOutputStage method)
(gem_controllers.stages.disc_output_stage.DiscOutputStage method)
(gem_controllers.stages.emf_feedforward.EMFFeedforward method)
(gem_controllers.stages.emf_feedforward_eesm.EMFFeedforwardEESM method)
(gem_controllers.stages.emf_feedforward_ind.EMFFeedforwardInd method)
(gem_controllers.stages.input_stage.InputStage method)
(gem_controllers.stages.operation_point_selection.eesm_ops.EESMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.extex_dc_ttc.ExtExDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.foc_operation_point_selection.FieldOrientedControllerOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.operation_point_selection.OperationPointSelection method)
(gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.pmsm_ops.PMSMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.scim_ops.SCIMOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.series_dc_ops.SeriesDcOperationPointSelection method)
(gem_controllers.stages.operation_point_selection.shunt_dc_ops.ShuntDcOperationPointSelection method)
(gem_controllers.stages.stage.Stage method)
(gem_controllers.torque_controller.TorqueController method)
U
u_nominal (gym_electric_motor.physical_systems.voltage_supplies.AC1PhaseSupply property)
(gym_electric_motor.physical_systems.voltage_supplies.AC3PhaseSupply property)
(gym_electric_motor.physical_systems.voltage_supplies.IdealVoltageSupply property)
(gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply property)
(gym_electric_motor.physical_systems.voltage_supplies.VoltageSupply property)
U_SUP_IDX (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem attribute)
unwrapped (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.core.PhysicalSystem property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.physical_system_wrappers.CosSinProcessor property)
(gym_electric_motor.physical_system_wrappers.current_sum_processor.CurrentSumProcessor property)
(gym_electric_motor.physical_system_wrappers.DeadTimeProcessor property)
(gym_electric_motor.physical_system_wrappers.DqToAbcActionProcessor property)
(gym_electric_motor.physical_system_wrappers.FluxObserver property)
(gym_electric_motor.physical_system_wrappers.PhysicalSystemWrapper property)
(gym_electric_motor.physical_system_wrappers.StateNoiseProcessor property)
(gym_electric_motor.physical_systems.physical_systems.DcMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem property)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem property)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem property)
update_interval (gym_electric_motor.visualization.motor_dashboard.MotorDashboard property)
update_parameter_dict() (in module gym_electric_motor.utils)
update_plots() (gem_controllers.reference_plotter.ReferencePlotter method)
V
visualizations (gym_electric_motor.core.ElectricMotorEnvironment property)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv property)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv property)
voltage_len (gym_electric_motor.physical_systems.voltage_supplies.AC1PhaseSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.AC3PhaseSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.IdealVoltageSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.RCVoltageSupply attribute)
(gym_electric_motor.physical_systems.voltage_supplies.VoltageSupply attribute)
voltage_limit (gem_controllers.stages.cont_output_stage.ContOutputStage property)
(gem_controllers.stages.operation_point_selection.permex_dc_ops.PermExDcOperationPointSelection property)
voltage_reference (gem_controllers.pi_current_controller.PICurrentController property)
voltages (gym_electric_motor.physical_systems.converters.ContB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.ContDynamicallyAveragedConverter attribute)
(gym_electric_motor.physical_systems.converters.ContFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.ContOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.ContTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteB6BridgeConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteFourQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteMultiConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteOneQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.FiniteTwoQuadrantConverter attribute)
(gym_electric_motor.physical_systems.converters.NoConverter attribute)
(gym_electric_motor.physical_systems.converters.PowerElectronicConverter attribute)
VOLTAGES (gym_electric_motor.physical_systems.electric_motors.DcExternallyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcPermanentlyExcitedMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcSeriesMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DcShuntMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.DoublyFedInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.ElectricMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ExternallyExcitedSynchronousMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.InductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.PermanentMagnetSynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SixPhasePMSM attribute)
(gym_electric_motor.physical_systems.electric_motors.SquirrelCageInductionMotor attribute)
(gym_electric_motor.physical_systems.electric_motors.SynchronousMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.SynchronousReluctanceMotor attribute)
,
[1]
(gym_electric_motor.physical_systems.electric_motors.ThreePhaseMotor attribute)
VOLTAGES_IDX (gym_electric_motor.physical_systems.physical_systems.DcMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.DoublyFedInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SCMLSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SquirrelCageInductionMotorSystem attribute)
(gym_electric_motor.physical_systems.physical_systems.SynchronousMotorSystem attribute)
VoltageSupply (class in gym_electric_motor.physical_systems.voltage_supplies)
W
WeightedSumOfErrors (class in gym_electric_motor.reward_functions.weighted_sum_of_errors)
WienerProcessReferenceGenerator (class in gym_electric_motor.reference_generators)
Workspace (class in gym_electric_motor.core)
workspace (gym_electric_motor.core.ElectricMotorEnvironment attribute)
,
[1]
(gym_electric_motor.envs.ContCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.ContTorqueControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteCurrentControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteSpeedControlSynchronousReluctanceMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcExternallyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcPermanentlyExcitedMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcSeriesMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDcShuntMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlDoublyFedInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlExternallyExcitedSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlPermanentMagnetSynchronousMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSquirrelCageInductionMotorEnv attribute)
(gym_electric_motor.envs.FiniteTorqueControlSynchronousReluctanceMotorEnv attribute)
Y
y (gym_electric_motor.physical_systems.solvers.EulerSolver property)
(gym_electric_motor.physical_systems.solvers.OdeSolver property)
(gym_electric_motor.physical_systems.solvers.ScipyOdeIntSolver property)
(gym_electric_motor.physical_systems.solvers.ScipyOdeSolver property)
(gym_electric_motor.physical_systems.solvers.ScipySolveIvpSolver property)
Z
ZeroReferenceGenerator (class in gym_electric_motor.reference_generators)