Click or drag to resize

Capacitors Class

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

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

Inheritance Hierarchy

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

The Capacitors type exposes the following members.

Constructors
  NameDescription
Public methodCapacitors
Initializes a new instance of the Capacitors class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all Capacitor names in the circuit.
Public propertyAvailableSteps
Number of Steps available in cap bank to be switched ON.
Public propertyCount
Number of Capacitor objects in active circuit.
Public propertyFirst
Sets the first Capacitor active. Returns 0 if no more.
Public propertyidx
Get/set active Capacitor by index; index is 1-based: 1..count
Public propertyIsDelta
Delta connection or wye?
Public propertykV
Bank kV rating. Use LL for 2 or 3 phases, or actual can rating for 1 phase.
Public propertykvar
Total bank KVAR, distributed equally among phases and steps.
Public propertyName
Sets the active Capacitor by Name.
Public propertyNext
Sets the next Capacitor active. Returns 0 if no more.
Public propertyNumSteps
Number of steps (default 1) for distributing and switching the total bank kVAR.
Public propertyStates
A array of integer [0..numsteps-1] indicating state of each step. If the read value is -1 an error has occurred.
Top
Methods
  NameDescription
Public methodAddStep
Protected methodCheckForError (Inherited from ContextState.)
Public methodClose
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 methodOpen
Public methodSubtractStep
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also