![]() | Storages Properties |
[This is preliminary documentation and is subject to change.]
The Storages type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllNames |
Array of strings with all Storage names in the circuit.
|
![]() | Count |
Number of Storage objects in active circuit.
|
![]() | First |
Sets the first Storage active. Returns 0 if no more.
|
![]() | idx |
Get/set active Storage by index; index is 1-based: 1..count
|
![]() | Name |
Sets the active Storage by Name.
|
![]() | Next |
Sets the next Storage active. Returns 0 if no more.
|
![]() | puSOC |
Per unit state of charge
|
![]() | RegisterNames |
Array of Names of all Storage energy meter registers
|
![]() | RegisterValues |
Array of values in Storage registers.
|
![]() | State |
Get/set state: 0=Idling; 1=Discharging; -1=Charging;
Related enumeration: StorageStates
|