Skip to content

Latest commit

 

History

History
74 lines (65 loc) · 4.25 KB

File metadata and controls

74 lines (65 loc) · 4.25 KB

Line

Representation of an AC line.

Attributes, Units and Remarks

Type Model

Attribute Unit Remarks
uuid --  
id -- Human readable identifier
r Ω / km Phase resistance per length
x Ω / km Phase reactance per length
g µS / km Phase-to-ground conductance per length
b µS / km Phase-to-ground susceptance per length
iMax A Maximum permissible current
vRated kV Rated voltage

A list with some standard line types can be found here: :doc:`standardgridassettypes`

Entity Model

Attribute Unit Remarks
uuid --  
id -- Human readable identifier
operator --  
operationTime -- Timely restriction of operation
nodeA --  
nodeB --  
parallelDevices --
overall amount of parallel lines to automatically
construct (e.g. parallelDevices = 2 will build a
total of two lines using the specified parameters)
type --  
length km  
geoPosition --
Line string of geographical locations describing the
position of the line
olmCharacteristic --
Characteristic of possible overhead line monitoring
Can be given in the form of olm:{<List of Pairs>}.
The pairs are wind velocity in x and permissible
loading in y.

Caveats

Nothing - at least not known. If you found something, please contact us!