--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (busbar)= # busbar A node in the electricity grid that production, consumption, market and transmission objects can be connected to | | | |---|---| |Input connections|{ref}`generator`, {ref}`pump`, {ref}`thermal`, {ref}`contract`, {ref}`market`, {ref}`ac_line`, {ref}`dc_line`, {ref}`battery`, {ref}`wind`, {ref}`solar`| |Output connections|{ref}`market`, {ref}`generator`, {ref}`pump`, {ref}`thermal`, {ref}`ac_line`, {ref}`dc_line`, {ref}`contract`, {ref}`battery`, {ref}`solar`, {ref}`wind`| |License|SHOP_OPEN| |Release version|14.3.4.0| ```{contents} :local: :depth: 1 ``` ## Examples - [](power-flow-example) ## Attributes ```{code-cell} ipython3 :tags: ['remove-input', 'full-width'] from IPython.core.display import HTML HTML("""
""") ``` (busbar:load)= ### load Load at the busbar (xUnit: NO_UNIT, yUnit: MW) (busbar:ptdf)= ### ptdf Power transfer distribution factors describing change in flow for each ac line relative to change in generation at the busbar (xUnit: NO_UNIT, yUnit: NO_UNIT) (busbar:energy_price)= ### energy_price Dual value for the energy balance constraint at the busbar (xUnit: NO_UNIT, yUnit: NOK/MWH) (busbar:power_deficit)= ### power_deficit Power added to the busbar power balance to cover deficit of energy (xUnit: NO_UNIT, yUnit: MWH) (busbar:power_excess)= ### power_excess Power subtracted from the busbar power balance to remove excess of energy (xUnit: NO_UNIT, yUnit: MWH)