--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.10.3 kernelspec: display_name: Python 3 language: python name: python3 ---
### Calculation The equation below is valid for any realization and is therefore implicitly indexed by test case. Let be $x_{a, e, n}$ the transmission usage for a given asset $a$, energy $e$ and consumption node $n$. Technology is directly deduced from the asset. We can then express $x_{a, e, n}$ as: $$ x_{a, e, n} = \frac{\langle {c}_{a, e, n}(t) \rangle_{t}}{p\_max_a} $$Modelling hint
For transmission assets with the flow-based behaviour, this KPI does not return any transmission usage as transmission usages cannot be defined for these assets.
*Global variables and parameters notations definitions can be consulted [here](../notations.md).* ### Indexing - The asset index refers to the name of the asset - The energy index is the energy produced by the asset - The consumption node index of this KPI refers to the node in which the asset produces - The technology index refers to the technology type of the asset - The test case index corresponds the test case of the realization variables and parameters are taken fromCalculation hint
For transmission with $p\_max_a = 0$, transmission usage will be directly set to zero.