{ "cells": [ { "cell_type": "markdown", "id": "d68b06d5", "metadata": {}, "source": [ "# List of result methods\n", "\n", "This list is not complete" ] }, { "cell_type": "code", "execution_count": 1, "id": "545f6a1e", "metadata": { "execution": { "iopub.execute_input": "2026-03-24T13:42:35.528408Z", "iopub.status.busy": "2026-03-24T13:42:35.527725Z", "iopub.status.idle": "2026-03-24T13:42:35.884891Z", "shell.execute_reply": "2026-03-24T13:42:35.884170Z" } }, "outputs": [ { "data": { "text/plain": [ "'pyltm 0.21.0'" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
| \n", " | what | \n", "return_type | \n", "name | \n", "arguments | \n", "description | \n", "
|---|---|---|---|---|---|
| 0 | \n", "battery | \n", "PyltmResult | \n", "sum_energy | \n", "[time_axis = true # Time axis included in results.] | \n", "Battery module sum energy | \n", "
| 1 | \n", "battery | \n", "PyltmResult | \n", "sum_power_production | \n", "[time_axis = true # Time axis included in results.] | \n", "Battery module sum power production | \n", "
| 2 | \n", "busbar | \n", "string | \n", "build_connection_tree | \n", "[] | \n", "Create a directed acyclic graph in GraphViz dot format | \n", "
| 3 | \n", "busbar | \n", "bool | \n", "have_aggregated_hydro_results | \n", "[] | \n", "Returns true if busbar has aggregated hydro results and is not a battery busbar. Result is only valid if the object is part of a model. | \n", "
| 4 | \n", "busbar | \n", "bool | \n", "have_battery_results | \n", "[] | \n", "Returns true if the busbar has battery results | \n", "
| 5 | \n", "busbar | \n", "bool | \n", "have_detailed_hydro_results | \n", "[] | \n", "Returns true if the busbar has detailed hydro results | \n", "
| 6 | \n", "busbar | \n", "bool | \n", "have_hydraulic_coupling_results | \n", "[] | \n", "Returns true if there are results from hydraulic couplings type 200 or type 300. Result is only valid if the object is part of a model. | \n", "
| 7 | \n", "busbar | \n", "bool | \n", "have_market_results | \n", "[] | \n", "Returns true if the busbar has market results | \n", "
| 8 | \n", "busbar | \n", "bool | \n", "have_water_value_results | \n", "[] | \n", "Returns true if the busbar has water value results | \n", "
| 9 | \n", "busbar | \n", "list[HydraulicCoupling] | \n", "hydraulic_couplings | \n", "[] | \n", "A list of hydraulic couplings connected to this busbar | \n", "
| 10 | \n", "busbar | \n", "PyltmResult | \n", "market_result_price | \n", "[time_axis = true # Time axis included in results.] | \n", "Busbar market results over time | \n", "
| 11 | \n", "busbar | \n", "list[Reservoir] | \n", "reservoirs | \n", "[] | \n", "A list of reservoirs (with plants) connected to this busbar | \n", "
| 12 | \n", "busbar | \n", "PyltmResult | \n", "sum_hydro_production | \n", "[time_axis = true # Time axis included in results.] | \n", "Busbar sum hydro production steps over time | \n", "
| 13 | \n", "busbar | \n", "PyltmResult | \n", "sum_load | \n", "[time_axis = true # Time axis included in results.] | \n", "Busbar sum load filling over time | \n", "
| 14 | \n", "busbar | \n", "PyltmResult | \n", "sum_power_used_for_pumping | \n", "[time_axis = true # Time axis included in results.] | \n", "Aggregated sum of power used to pump in the busbar | \n", "
| 15 | \n", "busbar | \n", "PyltmResult | \n", "sum_production_from_market_steps | \n", "[time_axis = true # Time axis included in results.] | \n", "Busbar sum production from market steps over time | \n", "
| 16 | \n", "busbar | \n", "PyltmResult | \n", "sum_pumped_power | \n", "[time_axis = true # Time axis included in results.] | \n", "Aggregated sum of power stored with pumping | \n", "
| 17 | \n", "busbar | \n", "PyltmResult | \n", "sum_reservoir | \n", "[time_axis = true # Time axis included in results.] | \n", "Busbar sum reservoir filling over time | \n", "
| 18 | \n", "busbar | \n", "PyltmResult | \n", "water_value_results | \n", "[time_axis = true # Time axis included in results.] | \n", "Water values for busbar | \n", "
| 19 | \n", "cne | \n", "PyltmResult | \n", "get_dual_values | \n", "[time_axis = true # Time axis included in results.] | \n", "FBMC dual values. Results are only valid with model type EMPS. | \n", "
| 20 | \n", "cne | \n", "PyltmResult | \n", "get_flow_values | \n", "[time_axis = true # Time axis included in results.] | \n", "FBMC flow values. Results are only valid with model type EMPS. | \n", "
| 21 | \n", "dcline | \n", "bool | \n", "have_transmission_results | \n", "[] | \n", "Returns true if there are valid transmission results for this DCLine | \n", "
| 22 | \n", "dcline | \n", "PyltmResult | \n", "transmission_results | \n", "[time_axis = true # Time axis included in results.] | \n", "Transmission results for DCLine | \n", "
| 23 | \n", "enmag | \n", "PyltmResult | \n", "sum_hydro_energy | \n", "[time_axis = true # Time axis included in results.] | \n", "Aggregated hydro module sum hydro energy | \n", "
| 24 | \n", "enmag | \n", "PyltmResult | \n", "sum_hydro_power_production | \n", "[time_axis = true # Time axis included in results.] | \n", "Aggregated hydro module sum hydro power production | \n", "
| 25 | \n", "hydraulic_coupling | \n", "list[Reservoir] | \n", "connected_reservoirs | \n", "[] | \n", "For a non-station joined hydraulic coupling (type 200 or 300), returns connected reservoirs. | \n", "
| 26 | \n", "hydraulic_coupling | \n", "PyltmResult | \n", "discharge | \n", "[time_axis = true # Time axis included in results.] | \n", "Hydraulic coupling discharge. Only relevant if HC is connected to a plant. | \n", "
| 27 | \n", "hydraulic_coupling | \n", "bool | \n", "have_hydraulic_flow_results | \n", "[] | \n", "Are there hydraulic flow results available for this hydraulic coupling. Only available in EOPS, and with a license enabling hydraulic flow results. | \n", "
| 28 | \n", "hydraulic_coupling | \n", "PyltmResult | \n", "production | \n", "[time_axis = true # Time axis included in results.] | \n", "Hydraulic coupling production. Only relevant if HC is connected to a plant. | \n", "
| 29 | \n", "reservoir | \n", "PyltmResult | \n", "bypass | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir bypass over time (price segment resolution). | \n", "
| 30 | \n", "reservoir | \n", "PyltmResult | \n", "discharge | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir discharge over time (price segment resolution). | \n", "
| 31 | \n", "reservoir | \n", "PyltmResult | \n", "flow | \n", "[time_axis = true # Time axis included in results.] | \n", "Flow exchange results for hydraulic coupling. Only available with EOPS, and a license enabling flow exchange results. | \n", "
| 32 | \n", "reservoir | \n", "PyltmResult | \n", "inflow | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir inflow over time (price segment resolution). | \n", "
| 33 | \n", "reservoir | \n", "PyltmResult | \n", "production | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir/plant production over time (price segment resolution). | \n", "
| 34 | \n", "reservoir | \n", "PyltmResult | \n", "reservoir | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir filling over time (price segment resolution). | \n", "
| 35 | \n", "reservoir | \n", "PyltmResult | \n", "spill | \n", "[time_axis = true # Time axis included in results.] | \n", "Reservoir spill over time (price segment resolution). | \n", "