ReserveProvision struct
#include <gtopt/reserve_provision.hpp>
Generator contribution to spinning-reserve zone(s)
Links a Generator to one or more ReserveZone entries and defines the maximum reserve it may offer, optional capacity-factor limits, and the reserve bid cost.
reserve_zones is a comma-separated list of ReserveZone UIDs or names.
Public variables
- OptActive active
- Activation status.
- OptTRealFieldSched dr_capacity_factor
- Down-reserve capacity factor [p.u.].
- OptTRealFieldSched dr_provision_factor
- Down-reserve provision factor [p.u.].
- OptTRealFieldSched drcost
- Down-reserve bid cost [$/MW].
- OptTBRealFieldSched drmax
- Maximum down-reserve offer [MW].
- SingleId generator
- ID of the providing generator.
- Name name
- Human-readable name.
- String reserve_zones
- Comma-separated list of ReserveZone IDs/names.
- Uid uid
- Unique identifier.
- OptTRealFieldSched ur_capacity_factor
- Up-reserve capacity factor [p.u.].
- OptTRealFieldSched ur_provision_factor
- Up-reserve provision factor [p.u.].
- OptTRealFieldSched urcost
- Up-reserve bid cost [$/MW].
- OptTBRealFieldSched urmax
- Maximum up-reserve offer [MW].