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 ReactorsI(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: Reactors.First

Set first Reactors element active; returns 0 if none.


Parameter 1: Reactors.Next

Sets next Reactors element active; returns 0 if no more.


Parameter 2: Reactors.Count

Returns the number of Reactors Elements.


Parameter 3: Reactors.Parallel read

This parameter gets the flag (1/0) indicating whether Rmatrix and Xmatrix are to be considered in parallel for the active reactor.


Parameter 4: Reactors.Parallel write

This parameter sets the flag (1/0) indicating whether Rmatrix and Xmatrix are to be considered in parallel for the active reactor.