Click or drag to resize

XYCurves Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:dss_sharp.XYCurves"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class XYCurves : ContextState

The XYCurves type exposes the following members.

Constructors
  NameDescription
Public methodXYCurves
Initializes a new instance of the XYCurves class
Top
Properties
  NameDescription
Public propertyAllNames
Array of strings with all XYCurve names in the circuit.
Public propertyCount
Number of XYCurve objects in active circuit.
Public propertyFirst
Sets the first XYCurve active. Returns 0 if no more.
Public propertyidx
Get/set active XYCurve by index; index is 1-based: 1..count
Public propertyName
Sets the active XYCurve by Name.
Public propertyNext
Sets the next XYCurve active. Returns 0 if no more.
Public propertyNpts
Get/Set Number of points in X-Y curve
Public propertyx
Set X value or get interpolated value after setting Y
Public propertyXarray
Get/set X values as a Array of doubles. Set Npts to max number expected if setting
Public propertyXscale
Factor to scale X values from original curve
Public propertyXshift
Amount to shift X value from original curve
Public propertyy
Set Y value or get interpolated Y value after setting X
Public propertyYarray
Get/Set Y values in curve; Set Npts to max number expected if setting
Public propertyYscale
Factor to scale Y values from original curve
Public propertyYshift
Amount to shift Y value from original curve
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also