Dynamic Branch

PowerSystems.DynamicBranchType

Extends the branch type to add the information required for dynamic modeling of branches. Includes the fields for the states and the number of states

Arguments

  • branch::ACBranch
source
PowerSystems.get_bMethod
get_b(value::DynamicBranch) -> NamedTuple{(:from, :to), Tuple{Float64, Float64}}

Get DynamicBranch b.

source
PowerSystems.set_angle_limits!Method
set_angle_limits!(value::DynamicBranch, val::NamedTuple{(:min, :max), Tuple{Float64, Float64}}) -> NamedTuple{(:min, :max), Tuple{Float64, Float64}}

Set DynamicBranch angle_limits.

source