Branch
Source: GridKit/Model/EMT/Component/Branch/README.md
Branch Model
Introduction
EMT branch models represent three-phase network connections between buses in instantaneous abc coordinates.
Types
Lumped Parameter
Lumped transmission line models approximate the branch with finite network elements (sometimes referred to as the \(\pi\)-model). GridKit currently only implements constant parameter.
BranchLumpedConstant(See BranchLumpedConstant)BranchLumpedFrequencyDependent
Distributed Parameter
Distributed transmission line models preserve traveling-wave propagation and delay. GridKit cannot implement these until model internal signal delays are supported.
BranchDistributedConstantBranchDistributedFrequencyDependent