File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,18 +131,18 @@ df = DataFrame( # hide
131131CableDesign
132132├── CableComponent
133133│ ├── conductor_group::ConductorGroup <: AbstractConductorPart
134- │ │ ├── layers::Vector{AbstractConductorPart}
135- │ │ │ ├ ── WireArray
136- │ │ │ ├── Tubular
137- │ │ │ ├── Strip
138- │ │ │ └ ── …
139- │ ├ ── conductor_props::Material
140- │ ├ ── insulator_group::InsulatorGroup <: AbstractInsulatorPart
141- │ │ ├── layers::Vector{AbstractInsulatorPart}
142- │ │ │ ├ ── Insulator
143- │ │ │ ├── Semicon
144- │ │ │ └ ── …
145- │ └── insulator_props::Material
134+ │ │ ├── conductor_props::Material
135+ │ │ └ ── layers::Vector{AbstractConductorPart}
136+ │ │ ├── WireArray
137+ │ │ ├── Tubular
138+ │ │ ├ ── Strip
139+ │ │ └ ── …
140+ │ └ ── insulator_group::InsulatorGroup <: AbstractInsulatorPart
141+ │ ├── insulator_props::Material
142+ │ └ ── layers::Vector{AbstractInsulatorPart}
143+ │ ├── Insulator
144+ │ ├ ── Semicon
145+ │ └── …
146146⋮
147147├── CableComponent
148148│ ├── …
@@ -432,7 +432,7 @@ system_df = linecablesystem_todf(cable_system)
432432plt4 = preview_linecablesystem (cable_system, zoom_factor= 0.15 )
433433
434434#=
435- ## PSCAD Export
435+ ## PSCAD export
436436
437437The final step showcases how to export the model for electromagnetic transient simulations in PSCAD.
438438=#
You can’t perform that action at this time.
0 commit comments