PriceShape#
( General )
# |
Name |
Type |
Default |
Units |
Description |
---|---|---|---|---|---|
1 |
|
integer |
Max number of points to expect in price shape vectors. This gets reset to the number of Price values found if less than specified. |
||
2 |
|
real |
Time interval for fixed interval data, hrs. Default = 1. If Interval = 0 then time data (in hours) may be at irregular intervals and time value must be specified using either the Hour property or input files. Then values are interpolated when Interval=0, but not for fixed interval data. |
||
3 |
|
array of reals |
Array of Price values. Units should be compatible with the object using the data. You can also use the syntax: |
||
4 |
|
array of reals |
Array of hour values. Only necessary to define this property for variable interval data. If the data are fixed interval, do not use this property. You can also use the syntax: |
||
5 |
|
real |
Mean of the Price curve values. This is computed on demand the first time a value is needed. However, you may set it to another value independently. Used for Monte Carlo load simulations. |
||
6 |
|
real |
Standard deviation of the Prices. This is computed on demand the first time a value is needed. However, you may set it to another value independently.Is overwritten if you subsequently read in a curve |
||
7 |
|
string |
Switch input of Price curve data to a csv file containing (hour, Price) points, or simply (Price) values for fixed time interval data, one per line. NOTE: This action may reset the number of points to a lower value. |
||
8 |
|
string |
Switch input of Price curve data to a binary file of singles containing (hour, Price) points, or simply (Price) values for fixed time interval data, packed one after another. NOTE: This action may reset the number of points to a lower value. |
||
9 |
|
string |
Switch input of Price curve data to a binary file of doubles containing (hour, Price) points, or simply (Price) values for fixed time interval data, packed one after another. NOTE: This action may reset the number of points to a lower value. |
||
10 |
|
real |
Specify fixed interval in SECONDS. Alternate way to specify Interval property. |
||
11 |
|
real |
Specify fixed interval in MINUTES. Alternate way to specify Interval property. |
||
12 |
|
string |
{DblSave | SngSave} After defining Price curve data… Setting action=DblSave or SngSave will cause the present “Price” values to be written to either a packed file of double or single. The filename is the PriceShape name. |
||
13 |
|
string |
Make like another object, e.g.: |
Enumerations#
PriceShape: Action#
Value |
---|
|
|
Sample links#
This is the single sample file with occurrences of this DSS object.
# of occurrences |
Link |
---|---|
1 |
Links are provided to the dss-extensions/electricdss-src repository since there are some edits and fixes. Otherwise, these files should be available on the official OpenDSS SVN or in the OpenDSS application folder if your have a local installation.