|
18 | 18 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
19 | 19 | <script src="../../_static/js/theme.js"></script> |
20 | 20 | <link rel="index" title="Index" href="../../genindex.html" /> |
21 | | - <link rel="search" title="Search" href="../../search.html" /> |
| 21 | + <link rel="search" title="Search" href="../../search.html" /> |
| 22 | + <link rel="next" title="GEM Adapter" href="gem_adapter.html" /> |
| 23 | + <link rel="prev" title="PI Speed Controller" href="pi_speed_controller.html" /> |
22 | 24 | </head> |
23 | 25 |
|
24 | 26 | <body class="wy-body-for-nav"> |
|
59 | 61 | <li class="toctree-l1"><a class="reference internal" href="../../parts_gem/random_component.html">Random Component</a></li> |
60 | 62 | </ul> |
61 | 63 | <p class="caption" role="heading"><span class="caption-text">GEM-Control Contents:</span></p> |
62 | | -<ul> |
| 64 | +<ul class="current"> |
63 | 65 | <li class="toctree-l1"><a class="reference internal" href="../usage_guide/usage_guides.html">Usage Guides</a></li> |
64 | | -<li class="toctree-l1"><a class="reference internal" href="gem_control.html">GEM Control API Documentation</a></li> |
| 66 | +<li class="toctree-l1 current"><a class="reference internal" href="gem_control.html">GEM Control API Documentation</a><ul class="current"> |
| 67 | +<li class="toctree-l2"><a class="reference internal" href="stages/stages.html">Stages</a></li> |
| 68 | +<li class="toctree-l2"><a class="reference internal" href="block_diagrams/block_diagrams.html">Block Diagrams</a></li> |
| 69 | +<li class="toctree-l2"><a class="reference internal" href="pi_current_controller.html">PI Current Controller</a></li> |
| 70 | +<li class="toctree-l2"><a class="reference internal" href="torque_controller.html">Torque Controller</a></li> |
| 71 | +<li class="toctree-l2"><a class="reference internal" href="pi_speed_controller.html">PI Speed Controller</a></li> |
| 72 | +<li class="toctree-l2 current"><a class="current reference internal" href="#">Finite-Control-Set Model Predictive Control (FCS-MPC)</a></li> |
| 73 | +<li class="toctree-l2"><a class="reference internal" href="#mpc-current-controller">MPC Current Controller</a><ul> |
| 74 | +<li class="toctree-l3"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController</span></code></a><ul> |
| 75 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.control"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.control()</span></code></a></li> |
| 76 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.control_environment"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.control_environment()</span></code></a></li> |
| 77 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.get_signal_value"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.get_signal_value()</span></code></a></li> |
| 78 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.make"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.make()</span></code></a></li> |
| 79 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.reset"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.reset()</span></code></a></li> |
| 80 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.tune"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.tune()</span></code></a></li> |
| 81 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.signal_names"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.signal_names</span></code></a></li> |
| 82 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.signals"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.signals</span></code></a></li> |
| 83 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.stages"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.stages</span></code></a></li> |
| 84 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.u_abc_k1"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.u_abc_k1</span></code></a></li> |
| 85 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.u_lim"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.u_lim</span></code></a></li> |
| 86 | +<li class="toctree-l4"><a class="reference internal" href="#gem_controllers.mpc_current_controller.MPCCurrentController.w_q"><code class="docutils literal notranslate"><span class="pre">MPCCurrentController.w_q</span></code></a></li> |
| 87 | +</ul> |
| 88 | +</li> |
| 89 | +</ul> |
| 90 | +</li> |
| 91 | +<li class="toctree-l2"><a class="reference internal" href="#example-usage">Example Usage</a></li> |
| 92 | +<li class="toctree-l2"><a class="reference internal" href="#simulation-results">Simulation Results</a></li> |
| 93 | +<li class="toctree-l2"><a class="reference internal" href="gem_adapter.html">GEM Adapter</a></li> |
| 94 | +<li class="toctree-l2"><a class="reference internal" href="reference_plotter.html">Reference Plotter</a></li> |
| 95 | +<li class="toctree-l2"><a class="reference internal" href="utils.html">Utils</a></li> |
| 96 | +<li class="toctree-l2"><a class="reference internal" href="gem_controllers.html">GEM Controllers</a></li> |
| 97 | +</ul> |
| 98 | +</li> |
65 | 99 | </ul> |
66 | 100 |
|
67 | 101 | </div> |
|
78 | 112 | <div role="navigation" aria-label="Page navigation"> |
79 | 113 | <ul class="wy-breadcrumbs"> |
80 | 114 | <li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li> |
| 115 | + <li class="breadcrumb-item"><a href="gem_control.html">GEM Control API Documentation</a></li> |
81 | 116 | <li class="breadcrumb-item active">Finite-Control-Set Model Predictive Control (FCS-MPC)</li> |
82 | 117 | <li class="wy-breadcrumbs-aside"> |
83 | 118 | <a href="../../_sources/parts_gc/api_documentation/mpc_current_controller.rst.txt" rel="nofollow"> View page source</a> |
@@ -377,7 +412,10 @@ <h1>Simulation Results<a class="headerlink" href="#simulation-results" title="Li |
377 | 412 |
|
378 | 413 | </div> |
379 | 414 | </div> |
380 | | - <footer> |
| 415 | + <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
| 416 | + <a href="pi_speed_controller.html" class="btn btn-neutral float-left" title="PI Speed Controller" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
| 417 | + <a href="gem_adapter.html" class="btn btn-neutral float-right" title="GEM Adapter" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 418 | + </div> |
381 | 419 |
|
382 | 420 | <hr/> |
383 | 421 |
|
|
0 commit comments