Generator - Outputs
Output attributes are calculated by the optimization solver or power flow analysis. These values are read-only and represent the results of network calculations.
Electrical
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
p | float | MW | 0 | No | timeseries | active power at bus (positive if net generation) |
q | float | MVar | 0 | No | timeseries | reactive power (positive if net generation) |
Capacity
| Attribute | Data Type | Unit | Default | Required | Storage Type | Description |
|---|---|---|---|---|---|---|
p_nom_opt | float | MW | 0 | No | static | Optimised nominal power (p_nom). |
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/MWh | 0 | No | timeseries | Shadow price of upper nominal power (p_nom) limit |
mu_lower | float | currency/MWh | 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 generation active 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 |

