DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
|
Classes | |
struct | Properties |
Public Types | |
enum class | StorageControllerDischargemode : int32_t { Peakshave = 5 , Follow = 1 , Support = 3 , Loadshape = 2 , Time = 4 , Schedule = 6 , I_Peakshave = 8 } |
StorageController: Discharge mode (DSS enumeration for StorageController) More... | |
enum class | StorageControllerChargemode : int32_t { Loadshape = 2 , Time = 4 , PeakshaveLow = 7 , I_PeakshaveLow = 9 } |
StorageController: Charge mode (DSS enumeration for StorageController) More... | |
Public Member Functions | |
StorageController (APIUtil *util=nullptr, void *ptr_=nullptr) | |
Create wrapper directly by a given object handle/pointer. | |
StorageController (APIUtil *util, int32_t idx) | |
Create a wrapper for an element given by the integer index "idx". | |
StorageController (APIUtil *util, char *name) | |
Create a wrapper for an element given its name. | |
const char * | name () |
Returns the object's name. | |
StorageController & | begin_edit () |
Marks an object for edition. More... | |
StorageController & | end_edit (int32_t num_edits=1) |
Finalizes an object edition. More... | |
string | Element () |
Full object name of the circuit element, typically a line or transformer, which the control is monitoring. More... | |
StorageController & | Element (const string &value) |
StorageController & | Element (dss::obj::DSSObj &value) |
dss::obj::DSSObj | Element_obj () |
Full object name of the circuit element, typically a line or transformer, which the control is monitoring. More... | |
StorageController & | Element_obj (dss::obj::DSSObj &value) |
int32_t | Terminal () |
Number of the terminal of the circuit element to which the StorageController2 control is connected. More... | |
StorageController & | Terminal (int32_t value) |
int32_t | MonPhase () |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases. More... | |
StorageController & | MonPhase (int32_t value) |
StorageController & | MonPhase (MonitoredPhase value) |
StorageController & | MonPhase (const string &value) |
StorageController & | MonPhase (const char *value) |
string | MonPhase_str () |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases. More... | |
StorageController & | MonPhase_str (const string &value) |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases. More... | |
double | kWTarget () |
kW/kamps target for Discharging. More... | |
StorageController & | kWTarget (double value) |
double | kWTargetLow () |
kW/kamps target for Charging. More... | |
StorageController & | kWTargetLow (double value) |
double | pctkWBand () |
Bandwidth (% of Target kW/kamps) of the dead band around the kW/kamps target value. More... | |
StorageController & | pctkWBand (double value) |
double | kWBand () |
Alternative way of specifying the bandwidth. More... | |
StorageController & | kWBand (double value) |
double | pctkWBandLow () |
Bandwidth (% of kWTargetLow) of the dead band around the kW/kamps low target value. More... | |
StorageController & | pctkWBandLow (double value) |
double | kWBandLow () |
Alternative way of specifying the bandwidth. More... | |
StorageController & | kWBandLow (double value) |
strings | ElementList () |
Array list of Storage elements to be controlled. More... | |
StorageController & | ElementList (strings &value) |
VectorXd | Weights () |
Array of proportional weights corresponding to each Storage element in the ElementList. More... | |
StorageController & | Weights (VectorXd &value) |
StorageControllerDischargemode | ModeDischarge () |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller. More... | |
StorageController & | ModeDischarge (int32_t value) |
StorageController & | ModeDischarge (StorageControllerDischargemode value) |
StorageController & | ModeDischarge (const string &value) |
StorageController & | ModeDischarge (const char *value) |
string | ModeDischarge_str () |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller. More... | |
StorageController & | ModeDischarge_str (const string &value) |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller. More... | |
StorageControllerChargemode | ModeCharge () |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller. More... | |
StorageController & | ModeCharge (int32_t value) |
StorageController & | ModeCharge (StorageControllerChargemode value) |
StorageController & | ModeCharge (const string &value) |
StorageController & | ModeCharge (const char *value) |
string | ModeCharge_str () |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller. More... | |
StorageController & | ModeCharge_str (const string &value) |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller. More... | |
double | TimeDischargeTrigger () |
Default time of day (hr) for initiating Discharging of the fleet. More... | |
StorageController & | TimeDischargeTrigger (double value) |
double | TimeChargeTrigger () |
Default time of day (hr) for initiating charging in Time control mode. More... | |
StorageController & | TimeChargeTrigger (double value) |
double | pctRatekW () |
Sets the kW discharge rate in % of rated capacity for each element of the fleet. More... | |
StorageController & | pctRatekW (double value) |
double | pctRateCharge () |
Sets the kW charging rate in % of rated capacity for each element of the fleet. More... | |
StorageController & | pctRateCharge (double value) |
double | pctReserve () |
Use this property to change the % reserve for each Storage element under control of this controller. More... | |
StorageController & | pctReserve (double value) |
double | kWhTotal () |
(Read only). More... | |
StorageController & | kWhTotal (double value) |
double | kWTotal () |
(Read only). More... | |
StorageController & | kWTotal (double value) |
double | kWhActual () |
(Read only). More... | |
StorageController & | kWhActual (double value) |
double | kWActual () |
(Read only). More... | |
StorageController & | kWActual (double value) |
double | kWneed () |
(Read only). More... | |
StorageController & | kWneed (double value) |
string | Yearly () |
Dispatch loadshape object, If any, for Yearly solution Mode. More... | |
StorageController & | Yearly (const string &value) |
StorageController & | Yearly (dss::obj::LoadShape &value) |
dss::obj::LoadShape | Yearly_obj () |
Dispatch loadshape object, If any, for Yearly solution Mode. More... | |
StorageController & | Yearly_obj (dss::obj::LoadShape &value) |
string | Daily () |
Dispatch loadshape object, If any, for Daily solution mode. More... | |
StorageController & | Daily (const string &value) |
StorageController & | Daily (dss::obj::LoadShape &value) |
dss::obj::LoadShape | Daily_obj () |
Dispatch loadshape object, If any, for Daily solution mode. More... | |
StorageController & | Daily_obj (dss::obj::LoadShape &value) |
string | Duty () |
Dispatch loadshape object, If any, for Dutycycle solution mode. More... | |
StorageController & | Duty (const string &value) |
StorageController & | Duty (dss::obj::LoadShape &value) |
dss::obj::LoadShape | Duty_obj () |
Dispatch loadshape object, If any, for Dutycycle solution mode. More... | |
StorageController & | Duty_obj (dss::obj::LoadShape &value) |
bool | EventLog () |
{Yes/True | No/False} Default is No. More... | |
StorageController & | EventLog (bool value) |
int32_t | InhibitTime () |
Hours (integer) to inhibit Discharging after going into Charge mode. More... | |
StorageController & | InhibitTime (int32_t value) |
double | Tup () |
Duration, hrs, of upramp part for SCHEDULE mode. More... | |
StorageController & | Tup (double value) |
double | TFlat () |
Duration, hrs, of flat part for SCHEDULE mode. More... | |
StorageController & | TFlat (double value) |
double | Tdn () |
Duration, hrs, of downramp part for SCHEDULE mode. More... | |
StorageController & | Tdn (double value) |
double | kWThreshold () |
Threshold, kW, for Follow mode. More... | |
StorageController & | kWThreshold (double value) |
double | DispFactor () |
Defaults to 1 (disabled). More... | |
StorageController & | DispFactor (double value) |
double | ResetLevel () |
The level of charge required for allowing the storage to discharge again after reaching the reserve storage level. More... | |
StorageController & | ResetLevel (double value) |
int32_t | Seasons () |
With this property the user can specify the number of targets to be used by the controller using the list given at "SeasonTargets"/"SeasonTargetsLow", which can be used to dynamically adjust the storage controller during a QSTS simulation. More... | |
StorageController & | Seasons (int32_t value) |
VectorXd | SeasonTargets () |
An array of doubles specifying the targets to be used during a QSTS simulation. More... | |
StorageController & | SeasonTargets (VectorXd &value) |
VectorXd | SeasonTargetsLow () |
An array of doubles specifying the targets to be used during a QSTS simulation. More... | |
StorageController & | SeasonTargetsLow (VectorXd &value) |
double | basefreq () |
Base Frequency for ratings. More... | |
StorageController & | basefreq (double value) |
bool | enabled () |
{Yes|No or True|False} Indicates whether this element is enabled. More... | |
StorageController & | enabled (bool value) |
StorageController & | like (const string &value) |
Make like another object, e.g. More... | |
StorageController & | like (const char *value) |
Make like another object, e.g. More... | |
Public Member Functions inherited from dss::obj::DSSObj | |
DSSObj (APIUtil *util=nullptr, void *ptr_=nullptr) | |
Static Public Attributes | |
static const char | dss_cls_name [] = "StorageController" |
static const int32_t | dss_cls_idx = 29 |
Additional Inherited Members | |
Public Attributes inherited from dss::obj::DSSObj | |
APIUtil * | api_util |
void * | ptr |
Protected Member Functions inherited from dss::obj::DSSObj | |
void | check_for_error () |
void | set_string (int32_t index, const string &value) |
void | set_string (int32_t index, const char *value) |
string | get_prop_string (int32_t index) |
complex | get_complex (int32_t index) |
void | set_complex (int32_t index, complex value) |
void | set_string_array (int32_t index, strings &value) |
void | set_obj (int32_t index, DSSObj &value) |
template<typename T > | |
T | get_obj (int32_t index) |
template<typename T = VectorXd> | |
T | get_array (int32_t index) |
template<typename T = VectorXd> | |
void | set_array (int32_t index, T value) |
Static Protected Member Functions inherited from dss::obj::DSSObj | |
template<typename T = VectorXd> | |
static void | set_array (void *ptr, int32_t index, T value) |
Protected Attributes inherited from dss::obj::DSSObj | |
friend | DSSBatch |
|
strong |
StorageController: Charge mode (DSS enumeration for StorageController)
Enumerator | |
---|---|
Loadshape | Loadshape. |
Time | Time. |
PeakshaveLow | PeakshaveLow. |
I_PeakshaveLow | I-PeakshaveLow. |
|
strong |
StorageController: Discharge mode (DSS enumeration for StorageController)
Enumerator | |
---|---|
Peakshave | Peakshave. |
Follow | Follow. |
Support | Support. |
Loadshape | Loadshape. |
Time | Time. |
Schedule | Schedule. |
I_Peakshave | I-Peakshave. |
|
inline |
Base Frequency for ratings.
DSS property name: basefreq, DSS property index: 38
|
inline |
Marks an object for edition.
Until end_edit
is called, some actions are postponed.
|
inline |
Dispatch loadshape object, If any, for Daily solution mode.
DSS property name: Daily, DSS property index: 25
|
inline |
Dispatch loadshape object, If any, for Daily solution mode.
DSS property name: Daily, DSS property index: 25
|
inline |
Defaults to 1 (disabled).
Set to any value between 0 and 1 to enable this parameter.
Use this parameter to reduce the amount of power requested by the controller in each control iteration. It can be useful when maximum control iterations are exceeded due to numerical instability such as fleet being set to charging and idling in subsequent control iterations (check the Eventlog).
DSS property name: DispFactor, DSS property index: 33
|
inline |
Dispatch loadshape object, If any, for Dutycycle solution mode.
DSS property name: Duty, DSS property index: 26
|
inline |
Dispatch loadshape object, If any, for Dutycycle solution mode.
DSS property name: Duty, DSS property index: 26
|
inline |
Full object name of the circuit element, typically a line or transformer, which the control is monitoring.
There is no default; Must be specified.
DSS property name: Element, DSS property index: 1
|
inline |
Full object name of the circuit element, typically a line or transformer, which the control is monitoring.
There is no default; Must be specified.
DSS property name: Element, DSS property index: 1
|
inline |
|
inline |
{Yes|No or True|False} Indicates whether this element is enabled.
DSS property name: enabled, DSS property index: 39
|
inline |
Finalizes an object edition.
This will result more compelx side-effects like Yprim and other internal data recalculation, for example.
|
inline |
{Yes/True | No/False} Default is No.
Log control actions to Eventlog.
DSS property name: EventLog, DSS property index: 27
|
inline |
Hours (integer) to inhibit Discharging after going into Charge mode.
Default is 5.
DSS property name: InhibitTime, DSS property index: 28
|
inline |
(Read only).
Actual kW output of all controlled Storage elements.
DSS property name: kWActual, DSS property index: 22
|
inline |
Alternative way of specifying the bandwidth.
(kW/kamps) of the dead band around the kW/kamps target value. Default is 2% of kWTarget (+/-1%).No dispatch changes are attempted if the power in the monitored terminal stays within this band.
DSS property name: kWBand, DSS property index: 7
|
inline |
Alternative way of specifying the bandwidth.
(kW/kamps) of the dead band around the kW/kamps low target value. Default is 2% of kWTargetLow (+/-1%).No charging is attempted if the power in the monitored terminal stays within this band.
DSS property name: kWBandLow, DSS property index: 9
|
inline |
(Read only).
Actual kWh stored of all controlled Storage elements.
DSS property name: kWhActual, DSS property index: 21
|
inline |
|
inline |
(Read only).
KW needed to meet target.
DSS property name: kWneed, DSS property index: 23
|
inline |
kW/kamps target for Discharging.
The Storage element fleet is dispatched to try to hold the power/current in band at least until the Storage is depleted. The selection of power or current depends on the Discharge mode (PeakShave->kW, I-PeakShave->kamps).
DSS property name: kWTarget, DSS property index: 4
|
inline |
kW/kamps target for Charging.
The Storage element fleet is dispatched to try to hold the power/current in band at least until the Storage is fully charged. The selection of power or current depends on the charge mode (PeakShavelow->kW, I-PeakShavelow->kamps).
DSS property name: kWTargetLow, DSS property index: 5
|
inline |
Threshold, kW, for Follow mode.
kW has to be above this value for the Storage element to be dispatched on. Defaults to 75% of the kWTarget value. Must reset this property after setting kWTarget if you want a different value.
DSS property name: kWThreshold, DSS property index: 32
|
inline |
(Read only).
Total rated kW power capacity of Storage elements controlled by this controller.
DSS property name: kWTotal, DSS property index: 20
|
inline |
Make like another object, e.g.
:
New Capacitor.C2 like=c1 ...
DSS property name: like, DSS property index: 40
|
inline |
Make like another object, e.g.
:
New Capacitor.C2 like=c1 ...
DSS property name: like, DSS property index: 40
|
inline |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is charged when the loadshape value is negative.
In Time mode, the Storage charging FUNCTION is triggered at the specified RateCharge at the specified charge trigger time in fractional hours.
In PeakShaveLow mode, the charging operation will charge the Storage fleet when the power at amonitored element is below a specified KW target (kWTarget_low). The Storage will charge as much power as necessary to keep the power within the deadband around kWTarget_low.
In I-PeakShaveLow mode, the charging operation will charge the Storage fleet when the current (Amps) at amonitored element is below a specified amps target (kWTarget_low). The Storage will charge as much power as necessary to keep the amps within the deadband around kWTarget_low. When this control mode is active, the property kWTarget_low will be expressed in k-amps and all the other parameters will be adjusted to match the amps (current) control criteria.
DSS property name: ModeCharge, DSS property index: 13
|
inline |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is charged when the loadshape value is negative.
In Time mode, the Storage charging FUNCTION is triggered at the specified RateCharge at the specified charge trigger time in fractional hours.
In PeakShaveLow mode, the charging operation will charge the Storage fleet when the power at amonitored element is below a specified KW target (kWTarget_low). The Storage will charge as much power as necessary to keep the power within the deadband around kWTarget_low.
In I-PeakShaveLow mode, the charging operation will charge the Storage fleet when the current (Amps) at amonitored element is below a specified amps target (kWTarget_low). The Storage will charge as much power as necessary to keep the amps within the deadband around kWTarget_low. When this control mode is active, the property kWTarget_low will be expressed in k-amps and all the other parameters will be adjusted to match the amps (current) control criteria.
DSS property name: ModeCharge, DSS property index: 13
|
inline |
{Loadshape | Time* | PeakShaveLow | I-PeakShaveLow} Mode of operation for the CHARGE FUNCTION of this controller.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is charged when the loadshape value is negative.
In Time mode, the Storage charging FUNCTION is triggered at the specified RateCharge at the specified charge trigger time in fractional hours.
In PeakShaveLow mode, the charging operation will charge the Storage fleet when the power at amonitored element is below a specified KW target (kWTarget_low). The Storage will charge as much power as necessary to keep the power within the deadband around kWTarget_low.
In I-PeakShaveLow mode, the charging operation will charge the Storage fleet when the current (Amps) at amonitored element is below a specified amps target (kWTarget_low). The Storage will charge as much power as necessary to keep the amps within the deadband around kWTarget_low. When this control mode is active, the property kWTarget_low will be expressed in k-amps and all the other parameters will be adjusted to match the amps (current) control criteria.
DSS property name: ModeCharge, DSS property index: 13
|
inline |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller.
In PeakShave mode (Default), the control attempts to discharge Storage to keep power in the monitored element below the kWTarget.
In Follow mode, the control is triggered by time and resets the kWTarget value to the present monitored element power. It then attempts to discharge Storage to keep power in the monitored element below the new kWTarget. See TimeDischargeTrigger.
In Support mode, the control operates oppositely of PeakShave mode: Storage is discharged to keep kW power output up near the target.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is discharged when the loadshape value is positive.
In Time mode, the Storage discharge is turned on at the specified RatekW at the specified discharge trigger time in fractional hours.
In Schedule mode, the Tup, TFlat, and Tdn properties specify the up ramp duration, flat duration, and down ramp duration for the schedule. The schedule start time is set by TimeDischargeTrigger and the rate of discharge for the flat part is determined by RatekW.
In I-PeakShave mode, the control attempts to discharge Storage to keep current in the monitored element below the target given in k-amps (thousands of amps), when this control mode is active, the property kWTarget will be expressed in k-amps.
DSS property name: ModeDischarge, DSS property index: 12
|
inline |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller.
In PeakShave mode (Default), the control attempts to discharge Storage to keep power in the monitored element below the kWTarget.
In Follow mode, the control is triggered by time and resets the kWTarget value to the present monitored element power. It then attempts to discharge Storage to keep power in the monitored element below the new kWTarget. See TimeDischargeTrigger.
In Support mode, the control operates oppositely of PeakShave mode: Storage is discharged to keep kW power output up near the target.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is discharged when the loadshape value is positive.
In Time mode, the Storage discharge is turned on at the specified RatekW at the specified discharge trigger time in fractional hours.
In Schedule mode, the Tup, TFlat, and Tdn properties specify the up ramp duration, flat duration, and down ramp duration for the schedule. The schedule start time is set by TimeDischargeTrigger and the rate of discharge for the flat part is determined by RatekW.
In I-PeakShave mode, the control attempts to discharge Storage to keep current in the monitored element below the target given in k-amps (thousands of amps), when this control mode is active, the property kWTarget will be expressed in k-amps.
DSS property name: ModeDischarge, DSS property index: 12
|
inline |
{PeakShave* | Follow | Support | Loadshape | Time | Schedule | I-PeakShave} Mode of operation for the DISCHARGE FUNCTION of this controller.
In PeakShave mode (Default), the control attempts to discharge Storage to keep power in the monitored element below the kWTarget.
In Follow mode, the control is triggered by time and resets the kWTarget value to the present monitored element power. It then attempts to discharge Storage to keep power in the monitored element below the new kWTarget. See TimeDischargeTrigger.
In Support mode, the control operates oppositely of PeakShave mode: Storage is discharged to keep kW power output up near the target.
In Loadshape mode, both charging and discharging precisely follows the per unit loadshape. Storage is discharged when the loadshape value is positive.
In Time mode, the Storage discharge is turned on at the specified RatekW at the specified discharge trigger time in fractional hours.
In Schedule mode, the Tup, TFlat, and Tdn properties specify the up ramp duration, flat duration, and down ramp duration for the schedule. The schedule start time is set by TimeDischargeTrigger and the rate of discharge for the flat part is determined by RatekW.
In I-PeakShave mode, the control attempts to discharge Storage to keep current in the monitored element below the target given in k-amps (thousands of amps), when this control mode is active, the property kWTarget will be expressed in k-amps.
DSS property name: ModeDischarge, DSS property index: 12
|
inline |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases.
Default=MAX. Must be less than the number of phases. Used in PeakShave, Follow, Support and I-PeakShave discharging modes and in PeakShaveLow, I-PeakShaveLow charging modes. For modes based on active power measurements, the value used by the control is the monitored one multiplied by the number of phases of the monitored element.
DSS property name: MonPhase, DSS property index: 3
|
inline |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases.
Default=MAX. Must be less than the number of phases. Used in PeakShave, Follow, Support and I-PeakShave discharging modes and in PeakShaveLow, I-PeakShaveLow charging modes. For modes based on active power measurements, the value used by the control is the monitored one multiplied by the number of phases of the monitored element.
DSS property name: MonPhase, DSS property index: 3
|
inline |
Number of the phase being monitored or one of {AVG | MAX | MIN} for all phases.
Default=MAX. Must be less than the number of phases. Used in PeakShave, Follow, Support and I-PeakShave discharging modes and in PeakShaveLow, I-PeakShaveLow charging modes. For modes based on active power measurements, the value used by the control is the monitored one multiplied by the number of phases of the monitored element.
DSS property name: MonPhase, DSS property index: 3
|
inline |
Bandwidth (% of Target kW/kamps) of the dead band around the kW/kamps target value.
Default is 2% (+/-1%).No dispatch changes are attempted if the power in the monitored terminal stays within this band.
DSS property name: kWBand, DSS property index: 6
|
inline |
Bandwidth (% of kWTargetLow) of the dead band around the kW/kamps low target value.
Default is 2% (+/-1%).No charging is attempted if the power in the monitored terminal stays within this band.
DSS property name: kWBandLow, DSS property index: 8
|
inline |
Sets the kW charging rate in % of rated capacity for each element of the fleet.
Applies to TIME control mode and anytime charging mode is entered due to a time trigger.
DSS property name: RateCharge, DSS property index: 17
|
inline |
Sets the kW discharge rate in % of rated capacity for each element of the fleet.
Applies to TIME control mode, SCHEDULE mode, or anytime discharging is triggered by time.
DSS property name: RatekW, DSS property index: 16
|
inline |
Use this property to change the % reserve for each Storage element under control of this controller.
This might be used, for example, to allow deeper discharges of Storage or in case of emergency operation to use the remainder of the Storage element.
DSS property name: Reserve, DSS property index: 18
|
inline |
The level of charge required for allowing the storage to discharge again after reaching the reserve storage level.
After reaching this level, the storage control will not allow the storage device to discharge, forcing the storage to charge. Once the storage reaches thislevel, the storage will be able to discharge again. This value is a number between 0.2 and 1
DSS property name: ResetLevel, DSS property index: 34
|
inline |
With this property the user can specify the number of targets to be used by the controller using the list given at "SeasonTargets"/"SeasonTargetsLow", which can be used to dynamically adjust the storage controller during a QSTS simulation.
The default value is 1. This property needs to be defined before defining SeasonTargets/SeasonTargetsLow.
DSS property name: Seasons, DSS property index: 35
|
inline |
An array of doubles specifying the targets to be used during a QSTS simulation.
These targets will take effect only if SeasonRating=true. The number of targets cannot exceed the number of seasons defined at the SeasonSignal.The difference between the targets defined at SeasonTargets and SeasonTargetsLow is that SeasonTargets applies to discharging modes, while SeasonTargetsLow applies to charging modes.
DSS property name: SeasonTargets, DSS property index: 36
|
inline |
An array of doubles specifying the targets to be used during a QSTS simulation.
These targets will take effect only if SeasonRating=true. The number of targets cannot exceed the number of seasons defined at the SeasonSignal.The difference between the targets defined at SeasonTargets and SeasonTargetsLow is that SeasonTargets applies to discharging modes, while SeasonTargetsLow applies to charging modes.
DSS property name: SeasonTargetsLow, DSS property index: 37
|
inline |
Duration, hrs, of downramp part for SCHEDULE mode.
Default is 0.25.
DSS property name: Tdn, DSS property index: 31
|
inline |
Number of the terminal of the circuit element to which the StorageController2 control is connected.
1 or 2, typically. Default is 1. Make sure to select the proper direction on the power for the respective dispatch mode.
DSS property name: Terminal, DSS property index: 2
|
inline |
Duration, hrs, of flat part for SCHEDULE mode.
Default is 2.0.
DSS property name: TFlat, DSS property index: 30
|
inline |
Default time of day (hr) for initiating charging in Time control mode.
Set this to a negative value to ignore. Default is 2.0. (0200).When this value is >0 the Storage fleet is set to charging at this time regardless of other control criteria to make sure Storage is topped off for the next discharge cycle.
DSS property name: TimeChargeTrigger, DSS property index: 15
|
inline |
Default time of day (hr) for initiating Discharging of the fleet.
During Follow or Time mode discharging is triggered at a fixed time each day at this hour. If Follow mode, Storage will be discharged to attempt to hold the load at or below the power level at the time of triggering. In Time mode, the discharge is based on the RatekW property value. Set this to a negative value to ignore. Default is 12.0 for Follow mode; otherwise it is -1 (ignored).
DSS property name: TimeDischargeTrigger, DSS property index: 14
|
inline |
Duration, hrs, of upramp part for SCHEDULE mode.
Default is 0.25.
DSS property name: Tup, DSS property index: 29
|
inline |
|
inline |
Dispatch loadshape object, If any, for Yearly solution Mode.
DSS property name: Yearly, DSS property index: 24
|
inline |
Dispatch loadshape object, If any, for Yearly solution Mode.
DSS property name: Yearly, DSS property index: 24