This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:


int32_t XYCurvesI(int32_t Parameter, int32_t Argument);


This interface returns an integer with the result of the query according to the value of the variable Parameter, which can be one of the following:


Parameter 0: XYCurves.Count

This parameter gets number of XYCurves in active circuit.


Parameter 1: XYCurves.First

This parameter sets first XYCurves object active; returns 0 if none.


Parameter 2: XYCurves.Next

This parameter sets next XYCurves object active; returns 0 if none.


Parameter 3: XYCurves.Npts read

This parameter gets the number of points in X-Y curve.


Parameter 4: XYCurves.Npts read

This parameter sets the number of points in X-Y curve.