Click or drag to resize

Storages Class

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

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

Inheritance Hierarchy

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

The Storages type exposes the following members.

Constructors
  NameDescription
Public methodStorages
Initializes a new instance of the Storages class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all Storage names in the circuit.
Public propertyCount
Number of Storage objects in active circuit.
Public propertyFirst
Sets the first Storage active. Returns 0 if no more.
Public propertyidx
Get/set active Storage by index; index is 1-based: 1..count
Public propertyName
Sets the active Storage by Name.
Public propertyNext
Sets the next Storage active. Returns 0 if no more.
Public propertypuSOC
Per unit state of charge
Public propertyRegisterNames
Array of Names of all Storage energy meter registers
Public propertyRegisterValues
Array of values in Storage registers.
Public propertyState
Get/set state: 0=Idling; 1=Discharging; -1=Charging; Related enumeration: StorageStates
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