LoadShapes Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:dss_sharp.LoadShapes"]
Namespace: dss_sharp
The LoadShapes type exposes the following members.
Name | Description | |
---|---|---|
LoadShapes | Initializes a new instance of the LoadShapes class |
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.
|
Name | Description | |
---|---|---|
CheckForError | (Inherited from ContextState.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContextHandle |
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
New | ||
Normalize | ||
ToString | (Inherited from Object.) | |
UseFloat32 |
Converts the current LoadShape data to float32/single precision.
If there is no data or the data is already represented using float32, nothing is done.
(API Extension)
| |
UseFloat64 |
Converts the current LoadShape data to float64/double precision.
If there is no data or the data is already represented using float64, nothing is done.
(API Extension)
|
Name | Description | |
---|---|---|
apiutil | (Inherited from ContextState.) | |
ctx | (Inherited from ContextState.) |