TShape#
( General )
# |
Name |
Type |
Default |
Units |
Description |
---|---|---|---|---|---|
1 |
|
integer |
Max number of points to expect in temperature shape vectors. This gets reset to the number of Temperature 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 temperature 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 temperature 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 temperatures. 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 temperature curve data to a csv file containing (hour, Temp) points, or simply (Temp) 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 temperature curve data to a binary file of singles containing (hour, Temp) points, or simply (Temp) 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 temperature curve data to a binary file of doubles containing (hour, Temp) points, or simply (Temp) 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 temperature curve data… Setting action=DblSave or SngSave will cause the present “Temp” values to be written to either a packed file of double or single. The filename is the Tshape name. |
||
13 |
|
string |
Make like another object, e.g.: |
Enumerations#
TShape: Action#
Value |
---|
|
|
Sample links#
These are the top 20 sample files with occurrences of this DSS object.
# of occurrences |
Link |
---|---|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
1 |
|
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.