ReactorsS (String) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
CStr ReactorsS(int32_t Parameter, CStr Argument);
This interface returns a string with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: Reactors.Name read
Gets the name of the active reactor.
Parameter 1: Reactors.Name write
Sets the name of the active reactor.
Parameter 2: Reactors.LCurve read
Gets the name of XYCurve object describing per-unit variation of phase inductance, L=X/w, vs. frequency for the active reactor.
Parameter 3: Reactors.LCurve write
Sets the name of XYCurve object describing per-unit variation of phase inductance, L=X/w, vs. frequency for the active reactor.
Parameter 4: Reactors.RCurve read
Gets the Name of XYCurve object, previously defined, describing per-unit variation of phase resistance, R, vs. frequency for the active reactor.
Parameter 5: Reactors.RCurve write
Sets the Name of XYCurve object, previously defined, describing per-unit variation of phase resistance, R, vs. frequency for the active reactor