Click or drag to resize

Vsources Class

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

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

Inheritance Hierarchy

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

The Vsources type exposes the following members.

Constructors
  NameDescription
Public methodVsources
Initializes a new instance of the Vsources class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all Vsource names in the circuit.
Public propertyAngleDeg
Phase angle of first phase in degrees
Public propertyBasekV
Source voltage in kV
Public propertyCount
Number of Vsource objects in active circuit.
Public propertyFirst
Sets the first Vsource active. Returns 0 if no more.
Public propertyFrequency
Source frequency in Hz
Public propertyidx
Get/set active Vsource by index; index is 1-based: 1..count
Public propertyName
Sets the active Vsource by Name.
Public propertyNext
Sets the next Vsource active. Returns 0 if no more.
Public propertyPhases
Number of phases
Public propertypu
Per-unit value of source voltage
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