Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
  • Loading branch information
EtienneLt committed Feb 15, 2024
1 parent 7e632bd commit 1dd86d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/user_guide/sensitivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ use the dangling line ID as the injection in the zone definition.
>>> n = pp.network.load('simple-eu-xnode.uct')
>>> n.get_dangling_lines()
name r x g b p0 q0 p q i voltage_level_id bus_id connected pairing_key isCoupler status_XNode geographicalName
name r x g b p0 q0 p q i voltage_level_id bus_id connected pairing_key ucte_xnode_code isCoupler status_XNode geographicalName
id
NNL2AA1 XXXXXX11 1 0.0 10.0 0.0 0.0 0.0 0.0 NaN NaN NaN NNL2AA1 NNL2AA1_0 True XXXXXX11 false EQUIVALENT >>> zone_x = pp.sensitivity.create_empty_zone("X")
NNL2AA1 XXXXXX11 1 0.0 10.0 0.0 0.0 0.0 0.0 NaN NaN NaN NNL2AA1 True NNL2AA1_0 NNL2AA1_0 True XXXXXX11 EQUIVALENT
>>> zone_x = pp.sensitivity.create_empty_zone("X")
We can see that the dangling line 'NNL2AA1 XXXXXX11 1' correspond to the X-Node XXXXXX11 (see column pairing_key of dangling line data frame).
To calculate to sensitivity of X-Node XXXXXX11 on tie line 'BBE2AA1 FFR3AA1 1':
Expand Down

0 comments on commit 1dd86d9

Please sign in to comment.