XYCurves Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:dss_sharp.XYCurves"]
Namespace: dss_sharp
The XYCurves type exposes the following members.
| Name | Description | |
|---|---|---|
| AllNames |
Array of strings with all XYCurve names in the circuit.
| |
| Count |
Number of XYCurve objects in active circuit.
| |
| First |
Sets the first XYCurve active. Returns 0 if no more.
| |
| idx |
Get/set active XYCurve by index; index is 1-based: 1..count
| |
| Name |
Sets the active XYCurve by Name.
| |
| Next |
Sets the next XYCurve active. Returns 0 if no more.
| |
| Npts |
Get/Set Number of points in X-Y curve
| |
| x |
Set X value or get interpolated value after setting Y
| |
| Xarray |
Get/set X values as a Array of doubles. Set Npts to max number expected if setting
| |
| Xscale |
Factor to scale X values from original curve
| |
| Xshift |
Amount to shift X value from original curve
| |
| y |
Set Y value or get interpolated Y value after setting X
| |
| Yarray |
Get/Set Y values in curve; Set Npts to max number expected if setting
| |
| Yscale |
Factor to scale Y values from original curve
| |
| Yshift |
Amount to shift Y value from original curve
|
| 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.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| apiutil | (Inherited from ContextState.) | |
| ctx | (Inherited from ContextState.) |