Link - Outputs
Output attributes are calculated by the optimization solver. These values are read-only and represent the results of network calculations.
Electrical
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
p0 | float | MW | 0 | No | timeseries | active power at bus0 (positive if power flows from bus0 to bus1) |
p1 | float | MW | 0 | No | timeseries | active power at bus1 (positive if power flows from bus1 to bus0) |
Capacity
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
p_nom_opt | float | MW | 0 | No | static | Optimised nominal power (p_nom) from capacity expansion optimization. |
Unit Commitment
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
status | float | n/a | 1 | No | timeseries | Status (1 is on, 0 is off). Only outputted if committable is True. |
Costs
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
mu_upper | float | currency/MW | 0 | No | timeseries | Shadow price of upper nominal power (p_nom) limit |
mu_lower | float | currency/MW | 0 | No | timeseries | Shadow price of lower nominal power (p_nom) limit |
mu_p_set | float | currency/MWh | 0 | No | timeseries | Shadow price of fixed power transmission power setpoint (p_set) |
Ramping
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
mu_ramp_limit_up | float | currency/MWh | 0 | No | timeseries | Shadow price of upper ramp up limit |
mu_ramp_limit_down | float | currency/MWh | 0 | No | timeseries | Shadow price of lower ramp down limit |

