@@ -84,7 +84,8 @@ also modeled as `line`. A `line` can only connect two nodes with the same rated
8484
8585` link ` is a {hoverxreftooltip}` user_manual/components:branch ` which usually represents a short internal cable/connection between
8686two busbars inside a substation. It has a very high admittance (small impedance) which is set to a fixed per-unit value
87- (equivalent to 10e6 siemens for 10kV network). There is no additional attribute for ` link ` .
87+ (equivalent to 10e6 siemens for 10kV network). Therefore, it is chosen by design that no sensors can be coupled to a ` link ` .
88+ There is no additional attribute for ` link ` .
8889
8990### Transformer
9091
@@ -341,11 +342,13 @@ The table below shows a list of attributes.
341342
342343` power_sensor ` is an abstract class for symmetric and asymmetric power sensor and is derived from
343344{hoverxreftooltip}` user_manual/components:sensor ` . It measures the active/reactive power flow of a terminal. The terminal is
344- either connecting an ` appliance ` and a ` node ` , or connecting the from/to end of a ` branch ` and a ` node ` . In case of a
345+ either connecting an ` appliance ` and a ` node ` , or connecting the from/to end of a ` branch ` (except ` link ` ) and a ` node ` . In case of a
345346terminal between an ` appliance ` and a ` node ` , the power {hoverxreftooltip}` user_manual/data-model:Reference Direction ` in the
346347measurement data is the same as the reference direction of the ` appliance ` . For example, if a ` power_sensor ` is
347348measuring a ` source ` , a positive ` p_measured ` indicates that the active power flows from the source to the node.
348349
350+ Note: due to the high admittance of a ` link ` it is chosen that a power sensor cannot be coupled to a ` link ` , even though a link is a ` branch `
351+
349352| name | data type | unit | description | required | input | update | output | valid values |
350353| --- | --- | --- | --- | :---: | :---: | :---: | :---: | :---------------------------------------------------:|
351354| ` measured_terminal_type ` | {py: class }` MeasuredTerminalType <power_grid_model.enum.MeasuredTerminalType> ` | - | indicate if it measures an ` appliance ` or a ` branch ` | ✔ ; | ✔ ; | ❌ ; | ❌ ; | the terminal type should match the ` measured_object ` |
0 commit comments