LoadShapes Properties |
[This is preliminary documentation and is subject to change.]
The LoadShapes type exposes the following members.
| Name | Description | |
|---|---|---|
| AllNames |
Array of strings with all LoadShape names in the circuit.
| |
| Count |
Number of LoadShape objects in active circuit.
| |
| First |
Sets the first LoadShape active. Returns 0 if no more.
| |
| HrInterval |
Fixed interval time value, hours.
| |
| idx |
Get/set active LoadShape by index; index is 1-based: 1..count
| |
| MinInterval |
Fixed Interval time value, in minutes
| |
| Name |
Sets the active LoadShape by Name.
| |
| Next |
Sets the next LoadShape active. Returns 0 if no more.
| |
| Npts |
Get/set Number of points in active Loadshape.
| |
| PBase | ||
| Pmult |
Array of doubles for the P multiplier in the Loadshape.
| |
| QBase |
Base for normalizing Q curve. If left at zero, the peak value is used.
| |
| Qmult |
Array of doubles containing the Q multipliers.
| |
| sInterval | ||
| TimeArray |
Time array in hours correscponding to P and Q multipliers when the Interval=0.
| |
| UseActual |
Boolean flag to let Loads know to use the actual value in the curve rather than use the value as a multiplier.
|