Click or drag to resize

LineGeometries Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:dss_sharp.LineGeometries"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class LineGeometries : ContextState

The LineGeometries type exposes the following members.

Constructors
  NameDescription
Public methodLineGeometries
Initializes a new instance of the LineGeometries class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all LineGeometrie names in the circuit.
Public propertyConductors
Array of strings with names of all conductors in the active LineGeometry object
Public propertyCount
Number of LineGeometrie objects in active circuit.
Public propertyEmergAmps
Emergency ampere rating
Public propertyFirst
Sets the first LineGeometrie active. Returns 0 if no more.
Public propertyidx
Get/set active LineGeometrie by index; index is 1-based: 1..count
Public propertyName
Sets the active LineGeometrie by Name.
Public propertyNconds
Number of conductors in this geometry. Default is 3. Triggers memory allocations. Define first!
Public propertyNext
Sets the next LineGeometrie active. Returns 0 if no more.
Public propertyNormAmps
Normal ampere rating
Public propertyPhases
Number of Phases
Public propertyReduce
Public propertyRhoEarth
Public propertyUnits
Public propertyXcoords
Get/Set the X (horizontal) coordinates of the conductors
Public propertyYcoords
Get/Set the Y (vertical/height) coordinates of the conductors
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodCmatrix
Capacitance matrix, nF
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRmatrix
Resistance matrix, ohms
Public methodToString (Inherited from Object.)
Public methodXmatrix
Reactance matrix, ohms
Public methodZmatrix
Complex impedance matrix, ohms
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also