HydroDispatch
PowerSystems.HydroDispatch
— Typemutable struct HydroDispatch <: HydroGen
name::String
available::Bool
bus::Bus
active_power::Float64
reactive_power::Float64
rating::Float64
prime_mover::PrimeMovers
active_power_limits::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
reactive_power_limits::Union{Nothing, NamedTuple{(:min, :max), Tuple{Float64, Float64}}}
ramp_limits::Union{Nothing, NamedTuple{(:up, :down), Tuple{Float64, Float64}}}
time_limits::Union{Nothing, NamedTuple{(:up, :down), Tuple{Float64, Float64}}}
base_power::Float64
operation_cost::OperationalCost
services::Vector{Service}
dynamic_injector::Union{Nothing, DynamicInjection}
ext::Dict{String, Any}
time_series_container::InfrastructureSystems.TimeSeriesContainer
internal::InfrastructureSystemsInternal
end
Arguments
name::String
available::Bool
bus::Bus
active_power::Float64
reactive_power::Float64
, validation range:reactive_power_limits
, action if invalid:warn
rating::Float64
: Thermal limited MVA Power Output of the unit. <= Capacity, validation range:(0, nothing)
, action if invalid:error
prime_mover::PrimeMovers
: Prime mover technology according to EIA 923active_power_limits::NamedTuple{(:min, :max), Tuple{Float64, Float64}}
, validation range:(0, nothing)
, action if invalid:warn
reactive_power_limits::Union{Nothing, NamedTuple{(:min, :max), Tuple{Float64, Float64}}}
, action if invalid:warn
ramp_limits::Union{Nothing, NamedTuple{(:up, :down), Tuple{Float64, Float64}}}
: ramp up and ramp down limits in MW (in component base per unit) per minute, validation range:(0, nothing)
, action if invalid:error
time_limits::Union{Nothing, NamedTuple{(:up, :down), Tuple{Float64, Float64}}}
: Minimum up and Minimum down time limits in hours, validation range:(0, nothing)
, action if invalid:error
base_power::Float64
: Base power of the unit in MVA, validation range:(0, nothing)
, action if invalid:warn
operation_cost::OperationalCost
: Operation Cost of GenerationOperationalCost
services::Vector{Service}
: Services that this device contributes todynamic_injector::Union{Nothing, DynamicInjection}
: corresponding dynamic injection deviceext::Dict{String, Any}
time_series_container::InfrastructureSystems.TimeSeriesContainer
: internal time_series storageinternal::InfrastructureSystemsInternal
: power system internal reference, do not modify
InfrastructureSystems.get_name
— Methodget_name(value::HydroDispatch) -> String
Get HydroDispatch
name
.
InfrastructureSystems.get_time_series_container
— Methodget_time_series_container(value::HydroDispatch) -> InfrastructureSystems.TimeSeriesContainer
Get HydroDispatch
time_series_container
.
InfrastructureSystems.set_name!
— Methodset_name!(value::HydroDispatch, val) -> Any
Set HydroDispatch
name
.
PowerSystems.get_active_power
— Methodget_active_power(value::HydroDispatch) -> Any
Get HydroDispatch
active_power
.
PowerSystems.get_active_power_limits
— Methodget_active_power_limits(value::HydroDispatch) -> NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}
Get HydroDispatch
active_power_limits
.
PowerSystems.get_available
— Methodget_available(value::HydroDispatch) -> Bool
Get HydroDispatch
available
.
PowerSystems.get_base_power
— Methodget_base_power(value::HydroDispatch) -> Float64
Get HydroDispatch
base_power
.
PowerSystems.get_bus
— Methodget_bus(value::HydroDispatch) -> Bus
Get HydroDispatch
bus
.
PowerSystems.get_dynamic_injector
— Methodget_dynamic_injector(value::HydroDispatch) -> Union{Nothing, DynamicInjection}
Get HydroDispatch
dynamic_injector
.
PowerSystems.get_ext
— Methodget_ext(value::HydroDispatch) -> Dict{String, Any}
Get HydroDispatch
ext
.
PowerSystems.get_operation_cost
— Methodget_operation_cost(value::HydroDispatch) -> PowerSystems.OperationalCost
Get HydroDispatch
operation_cost
.
PowerSystems.get_prime_mover
— Methodget_prime_mover(value::HydroDispatch) -> PrimeMovers
Get HydroDispatch
prime_mover
.
PowerSystems.get_ramp_limits
— Methodget_ramp_limits(value::HydroDispatch) -> Union{Nothing, NamedTuple{(:up, :down), _A} where _A<:Tuple{Any, Any}}
Get HydroDispatch
ramp_limits
.
PowerSystems.get_rating
— Methodget_rating(value::HydroDispatch) -> Any
Get HydroDispatch
rating
.
PowerSystems.get_reactive_power
— Methodget_reactive_power(value::HydroDispatch) -> Any
Get HydroDispatch
reactive_power
.
PowerSystems.get_reactive_power_limits
— Methodget_reactive_power_limits(value::HydroDispatch) -> Union{Nothing, NamedTuple{(:min, :max), _A} where _A<:Tuple{Any, Any}}
Get HydroDispatch
reactive_power_limits
.
PowerSystems.get_services
— Methodget_services(value::HydroDispatch) -> Vector{Service}
Get HydroDispatch
services
.
PowerSystems.get_time_limits
— Methodget_time_limits(value::HydroDispatch) -> Union{Nothing, NamedTuple{(:up, :down), Tuple{Float64, Float64}}}
Get HydroDispatch
time_limits
.
PowerSystems.set_active_power!
— Methodset_active_power!(value::HydroDispatch, val) -> Any
Set HydroDispatch
active_power
.
PowerSystems.set_active_power_limits!
— Methodset_active_power_limits!(value::HydroDispatch, val) -> Any
Set HydroDispatch
active_power_limits
.
PowerSystems.set_available!
— Methodset_available!(value::HydroDispatch, val) -> Any
Set HydroDispatch
available
.
PowerSystems.set_base_power!
— Methodset_base_power!(value::HydroDispatch, val) -> Any
Set HydroDispatch
base_power
.
PowerSystems.set_bus!
— Methodset_bus!(value::HydroDispatch, val) -> Any
Set HydroDispatch
bus
.
PowerSystems.set_ext!
— Methodset_ext!(value::HydroDispatch, val) -> Any
Set HydroDispatch
ext
.
PowerSystems.set_operation_cost!
— Methodset_operation_cost!(value::HydroDispatch, val) -> Any
Set HydroDispatch
operation_cost
.
PowerSystems.set_prime_mover!
— Methodset_prime_mover!(value::HydroDispatch, val) -> Any
Set HydroDispatch
prime_mover
.
PowerSystems.set_ramp_limits!
— Methodset_ramp_limits!(value::HydroDispatch, val) -> Any
Set HydroDispatch
ramp_limits
.
PowerSystems.set_rating!
— Methodset_rating!(value::HydroDispatch, val) -> Any
Set HydroDispatch
rating
.
PowerSystems.set_reactive_power!
— Methodset_reactive_power!(value::HydroDispatch, val) -> Any
Set HydroDispatch
reactive_power
.
PowerSystems.set_reactive_power_limits!
— Methodset_reactive_power_limits!(value::HydroDispatch, val) -> Any
Set HydroDispatch
reactive_power_limits
.
PowerSystems.set_services!
— Methodset_services!(value::HydroDispatch, val) -> Any
Set HydroDispatch
services
.
PowerSystems.set_time_limits!
— Methodset_time_limits!(value::HydroDispatch, val) -> Any
Set HydroDispatch
time_limits
.
PowerSystems.set_time_series_container!
— Methodset_time_series_container!(value::HydroDispatch, val) -> Any
Set HydroDispatch
time_series_container
.