XYCurves Properties |
[This is preliminary documentation and is subject to change.]
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
|