LineSpacing#

( General )

EPRI’s OpenDSS Documentation for this component: https://opendss.epri.com/LineSpacing.html

#

Name

Type

Default

Units

Description

1

NConds

integer

Number of wires in this geometry. Triggers memory allocations. Define first!

2

NPhases

integer

3

Number of retained phase conductors. If less than the number of wires, list the retained phase coordinates first.

3

X

array of reals

[0.0, 0.0, 0.0]

Array of wire X coordinates.

4

H

array of reals

[0.0, 0.0, 0.0]

Array of wire Heights.

5

Units

string
(from enum. Length Unit)

ft

Units for x and h. Initial default is “ft”, but defaults to last unit defined

6

Like

string
(LineSpacing name)
deprecated

Make like another object, e.g.:

New Capacitor.C2 like=c1 …