LoadShape#
( General )
EPRI’s OpenDSS Documentation for this component: https://opendss.epri.com/LoadShape.html
# |
Name |
Type |
Default |
Units |
Description |
---|---|---|---|---|---|
1 |
|
integer |
Max number of points to expect in load shape vectors. This gets reset to the number of multiplier values found (in files only) if less than specified. |
||
2 |
|
real |
hour |
Time interval for fixed interval data, hrs. If Interval is set to 0, then time data (in hours) may be at either regular or 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 multiplier values for active power (P) or other key value (such as pu V for Vsource). |
||
4 |
|
array of reals |
Array of hour values. Only necessary to define for variable interval data (Interval=0). If you set Interval>0 to denote fixed interval data, DO NOT USE THIS PROPERTY. You can also use the syntax: |
||
5 |
|
real |
Mean of the active power multipliers. 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 active power multipliers. 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 active power load curve data to a CSV text file containing (hour, mult) points, or simply (mult) 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 active power load curve data to a binary file of singles containing (hour, mult) points, or simply (mult) 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 active power load curve data to a binary file of doubles containing (hour, mult) points, or simply (mult) values for fixed time interval data, packed one after another. NOTE: This action may reset the number of points to a lower value. |
||
10 |
|
string |
{NORMALIZE | DblSave | SngSave} After defining load curve data, setting action=normalize will modify the multipliers so that the peak is 1.0. The mean and std deviation are recomputed. |
||
11 |
|
array of reals |
Array of multiplier values for reactive power (Q). You can also use the syntax: |
||
12 |
|
boolean |
False |
If true, signifies to Load, Generator, Vsource, or other objects to use the return value as the actual kW, kvar, kV, or other value rather than a multiplier. Nominally for AMI Load data but may be used for other functions. |
|
13 |
|
real |
1.0 |
kW |
kW value at the time of max power. Is automatically set upon reading in a loadshape. Use this property to override the value automatically computed or to retrieve the value computed. |
14 |
|
real |
0.0 |
kvar |
kvar value at the time of max kW power. Is automatically set upon reading in a loadshape. Use this property to override the value automatically computed or to retrieve the value computed. |
15 |
|
real |
s |
Specify fixed interval in SECONDS. Alternate way to specify Interval property. |
|
16 |
|
real |
minute |
Specify fixed interval in MINUTES. Alternate way to specify Interval property. |
|
17 |
|
real |
0.0 |
kW |
Base P value for normalization. Default is zero, meaning the peak will be used. |
18 |
|
real |
0.0 |
kvar |
Base Q value for normalization. Default is zero, meaning the peak will be used. |
19 |
|
array of reals |
Synonym for “mult”. |
||
20 |
|
string |
Switch input to a CSV text file containing (active, reactive) power (P, Q) multiplier pairs, one per row. |
||
21 |
|
boolean |
False |
Enables the memory mapping functionality for dealing with large amounts of load shapes. |
|
22 |
|
string |
Avg |
Defines the interpolation method used for connecting distant dots within the load shape. |
|
23 |
|
string |
Make like another object, e.g.: |
Enumerations#
LoadShape: Action#
Value |
---|
|
|
|
LoadShape: Interpolation#
Value |
---|
|
|
Sample links#
These are the top 20 sample files with occurrences of this DSS object.
# of occurrences |
Link |
---|---|
45 |
|
45 |
|
36 |
|
11 |
|
6 |
|
5 |
|
5 |
|
5 |
|
4 |
|
3 |
|
3 |
|
3 |
|
3 |
|
2 |
|
2 |
|
2 |
|
2 |
|
2 |
|
2 |
|
2 |
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.