Skip to content

Commit 92e9e55

Browse files
refactor(importexport): update ImportExport to use new tralin module
1 parent 120422c commit 92e9e55

3 files changed

Lines changed: 468 additions & 145 deletions

File tree

src/importexport/ImportExport.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ using ..EarthProps: EarthModel
3939
using ..DataModel: CablesLibrary, CableDesign, CableComponent, ConductorGroup,
4040
InsulatorGroup, WireArray, Strip, Tubular, Semicon, Insulator, LineCableSystem,
4141
NominalData
42-
using ..Engine: LineParameters
42+
import ..Engine: LineParameters, SeriesImpedance, ShuntAdmittance
4343
using Measurements
4444
using EzXML
4545
using Dates
4646
using Printf # For ATP export
4747
using JSON3
4848
using Serialization # For .jls format
49+
using LinearAlgebra
4950

5051

5152
"""
@@ -67,5 +68,6 @@ include("cableslibrary.jl")
6768
include("materialslibrary.jl")
6869
include("pscad.jl")
6970
include("atp.jl")
71+
include("tralin.jl")
7072

7173
end # module ImportExport

0 commit comments

Comments
 (0)