Skip to content

Commit

Permalink
Update plot_vector_ctrl_im_2kw_tq_mode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinkkan authored Jun 9, 2024
1 parent b5eeb05 commit 5a2a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vector/plot_vector_ctrl_im_2kw_tq_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
n_p=2, R_s=3.7, R_R=2.1, L_sgm=.021, L_M=.224)
mdl_par = InductionMachinePars.from_inv_gamma_model_pars(par)
machine = model.InductionMachine(mdl_par)
# Use external speed w_M_t, defined subsequently below
# Use externally specified actual speed w_M(t), defined subsequently below
mechanics = model.ExternalRotorSpeed()
converter = model.Inverter(u_dc=540)
mdl = model.Drive(converter, machine, mechanics)
Expand Down

0 comments on commit 5a2a6bb

Please sign in to comment.