|
21 | 21 | .. _line_or_pos_topo_vect: ./space.html#grid2op.Space.GridObjects.line_or_pos_topo_vect |
22 | 22 | .. _line_ex_pos_topo_vect: ./space.html#grid2op.Space.GridObjects.line_ex_pos_topo_vect |
23 | 23 |
|
24 | | -.. |5subs_grid_layout| image:: ./img/5subs_grid_layout.jpg |
25 | | -.. |5subs_grid_1_sub| image:: ./img/5subs_grid_1_sub.jpg |
26 | | -.. |5subs_grid_2_loads| image:: ./img/5subs_grid_2_loads.jpg |
27 | | -.. |5subs_grid_3_gens| image:: ./img/5subs_grid_3_gens.jpg |
28 | | -.. |5subs_grid_4_lines| image:: ./img/5subs_grid_4_lines.jpg |
29 | | -.. |5subs_grid_5_obj_in_sub| image:: ./img/5subs_grid_5_obj_in_sub.jpg |
30 | | -.. |5subs_grid_layout_with_repr| image:: ./img/5subs_grid_layout_with_repr.jpg |
31 | | -.. |5subs_grid_n_el| image:: ./img/5subs_grid_n_el.jpg |
32 | | -.. |5subs_grid_5_sub_i| image:: ./img/5subs_grid_5_sub_i.jpg |
33 | | -.. |5subs_grid_load_to_subid| image:: ./img/5subs_grid_load_to_subid.jpg |
34 | | -.. |5subs_grid_el_to_subid| image:: ./img/5subs_grid_el_to_subid.jpg |
35 | | -.. |5subs_grid_sub0| image:: ./img/5subs_grid_sub0.jpg |
36 | | -.. |5subs_grid_sub0_final| image:: ./img/5subs_grid_sub0_final.jpg |
37 | | -.. |5subs_grid_sub1_final| image:: ./img/5subs_grid_sub1_final.jpg |
38 | | -.. |5subs_grid_loads_info| image:: ./img/5subs_grid_loads_info.jpg |
39 | | -.. |5subs_grid_sub1_topo| image:: ./img/5subs_grid_sub1_topo.jpg |
40 | | -.. |5subs_grid_sub1_2_topo| image:: ./img/5subs_grid_sub1_2_topo.jpg |
41 | | -.. |5subs_grid_suball_topo| image:: ./img/5subs_grid_suball_topo.jpg |
42 | | -.. |5subs_grid_ex_disco| image:: ./img/5subs_grid_ex_disco.jpg |
43 | | -.. |5subs_grid_ex_2buses| image:: ./img/5subs_grid_ex_2buses.jpg |
| 24 | +.. |5subs_grid_layout| image:: ../img/5subs_grid_layout.jpg |
| 25 | +.. |5subs_grid_1_sub| image:: ../img/5subs_grid_1_sub.jpg |
| 26 | +.. |5subs_grid_2_loads| image:: ../img/5subs_grid_2_loads.jpg |
| 27 | +.. |5subs_grid_3_gens| image:: ../img/5subs_grid_3_gens.jpg |
| 28 | +.. |5subs_grid_4_lines| image:: ../img/5subs_grid_4_lines.jpg |
| 29 | +.. |5subs_grid_5_obj_in_sub| image:: ../img/5subs_grid_5_obj_in_sub.jpg |
| 30 | +.. |5subs_grid_layout_with_repr| image:: ../img/5subs_grid_layout_with_repr.jpg |
| 31 | +.. |5subs_grid_n_el| image:: ../img/5subs_grid_n_el.jpg |
| 32 | +.. |5subs_grid_5_sub_i| image:: ../img/5subs_grid_5_sub_i.jpg |
| 33 | +.. |5subs_grid_load_to_subid| image:: ../img/5subs_grid_load_to_subid.jpg |
| 34 | +.. |5subs_grid_el_to_subid| image:: ../img/5subs_grid_el_to_subid.jpg |
| 35 | +.. |5subs_grid_sub0| image:: ../img/5subs_grid_sub0.jpg |
| 36 | +.. |5subs_grid_sub0_final| image:: ../img/5subs_grid_sub0_final.jpg |
| 37 | +.. |5subs_grid_sub1_final| image:: ../img/5subs_grid_sub1_final.jpg |
| 38 | +.. |5subs_grid_loads_info| image:: ../img/5subs_grid_loads_info.jpg |
| 39 | +.. |5subs_grid_sub1_topo| image:: ../img/5subs_grid_sub1_topo.jpg |
| 40 | +.. |5subs_grid_sub1_2_topo| image:: ../img/5subs_grid_sub1_2_topo.jpg |
| 41 | +.. |5subs_grid_suball_topo| image:: ../img/5subs_grid_suball_topo.jpg |
| 42 | +.. |5subs_grid_ex_disco| image:: ../img/5subs_grid_ex_disco.jpg |
| 43 | +.. |5subs_grid_ex_2buses| image:: ../img/5subs_grid_ex_2buses.jpg |
44 | 44 |
|
45 | 45 | .. _create-backend-module: |
46 | 46 |
|
@@ -689,15 +689,16 @@ These functions can be used in the following manner: |
689 | 689 |
|
690 | 690 | And of course you do the same for generators and both ends of each powerline. |
691 | 691 |
|
692 | | -.. note:: About powerline, grid2op adopts the following convention: a powerline **cannot** be connected on one side |
| 692 | +.. note:: |
| 693 | + About powerline, grid2op adopts the following convention: a powerline **cannot** be connected on one side |
693 | 694 | and disconnected on the other. |
694 | 695 |
|
695 | 696 | That being said, it's still possible to connect the extremity of a powerline "alone" on a busbar, which will have |
696 | 697 | the same effect of having it "disconnected at one ends only". |
697 | 698 |
|
698 | 699 | .. _vector-orders-create-backend: |
699 | 700 |
|
700 | | -***_infos() : Read back the results (flows, voltages etc.) |
| 701 | +\*\*\*_infos() : Read back the results (flows, voltages etc.) |
701 | 702 | -------------------------------------------------------------- |
702 | 703 | This last "technical" part concerns what can be refer to as "getters" from the backend. These functions allow to |
703 | 704 | read back the state of the grid and expose its results to grid2op in a standardize manner. |
|
0 commit comments