Click or drag to resize

LineCodes Class

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

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

Inheritance Hierarchy

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

The LineCodes type exposes the following members.

Constructors
  NameDescription
Public methodLineCodes
Initializes a new instance of the LineCodes class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all LineCode names in the circuit.
Public propertyC0
Zero-sequence capacitance, nF per unit length
Public propertyC1
Positive-sequence capacitance, nF per unit length
Public propertyCmatrix
Capacitance matrix, nF per unit length
Public propertyCount
Number of LineCode objects in active circuit.
Public propertyEmergAmps
Emergency ampere rating
Public propertyFirst
Sets the first LineCode active. Returns 0 if no more.
Public propertyidx
Get/set active LineCode by index; index is 1-based: 1..count
Public propertyIsZ1Z0
Flag denoting whether impedance data were entered in symmetrical components
Public propertyName
Sets the active LineCode by Name.
Public propertyNext
Sets the next LineCode active. Returns 0 if no more.
Public propertyNormAmps
Normal Ampere rating
Public propertyPhases
Number of Phases
Public propertyR0
Zero-Sequence Resistance, ohms per unit length
Public propertyR1
Positive-sequence resistance ohms per unit length
Public propertyRmatrix
Resistance matrix, ohms per unit length
Public propertyUnits
Public propertyX0
Zero Sequence Reactance, Ohms per unit length
Public propertyX1
Posiive-sequence reactance, ohms per unit length
Public propertyXmatrix
Reactance matrix, ohms per unit length
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
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 methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also