Click or drag to resize

GICSources Class

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

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

Inheritance Hierarchy

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

The GICSources type exposes the following members.

Constructors
  NameDescription
Public methodGICSources
Initializes a new instance of the GICSources class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all GICSource names in the circuit.
Public propertyBus1
First bus name of GICSource (Created name)
Public propertyBus2
Second bus name
Public propertyCount
Number of GICSource objects in active circuit.
Public propertyEE
Eastward E Field, V/km
Public propertyEN
Northward E Field V/km
Public propertyFirst
Sets the first GICSource active. Returns 0 if no more.
Public propertyidx
Get/set active GICSource by index; index is 1-based: 1..count
Public propertyLat1
Latitude of Bus1 (degrees)
Public propertyLat2
Latitude of Bus2 (degrees)
Public propertyLon1
Longitude of Bus1 (Degrees)
Public propertyLon2
Longitude of Bus2 (Degrees)
Public propertyName
Sets the active GICSource by Name.
Public propertyNext
Sets the next GICSource active. Returns 0 if no more.
Public propertyPhases
Number of Phases, this GICSource element.
Public propertyVolts
Specify dc voltage directly
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