Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Update to overhead line conductor doc #974

Merged
merged 2 commits into from
Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/Module/Powerflow/Overhead_line_conductor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ GLM:
rating.summer.emergency "<decimal> A";
rating.winter.continuous "<decimal> A";
rating.winter.emergency "<decimal> A";
weight "<decimal> lb/ft";
strength "<decimal> lb";
}
~~~

Expand Down Expand Up @@ -78,6 +80,22 @@ Continuous winter amp rating

Emergency winter amp rating

### `weight`

~~~
double rating.winter.emergency[A];
~~~

Cable weight per lineal foot

### `strength`

~~~
double rating.winter.emergency[A];
~~~

Cable strength

# Example

~~~
Expand Down