ReactorsF (Float) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
double ReactorsF(int32_t Parameter, double Argument);
This interface returns a floating point number with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: Reactors.kV read
Gets the kV rating of the active reactor.
Parameter 1: Reactors.kV write
Sets the kV rating of the active reactor.
Parameter 2: Reactors.kvar read
Gets the kvar rating of the active reactor.
Parameter 3: Reactors.kvar write
Sets the kvar rating of the active reactor.
Parameter 4: Reactors.lmH read
Gets the Inductance, mH for the active reactor.
Parameter 5: Reactors.lmH write
Sets the Inductance, mH for the active reactor.
Parameter 6: Reactors.R read
Gets the Resistance (in series with reactance), each phase, ohms for the active reactor.
Parameter 7: Reactors.R write
Sets the Resistance (in series with reactance), each phase, ohms for the active reactor.
Parameter 8: Reactors.Rp read
Gets the Resistance in parallel with R and X (the entire branch) for the active reactor.
Parameter 9: Reactors.Rp write
Sets the Resistance in parallel with R and X (the entire branch) for the active reactor.
Parameter 10: Reactors.X read
Gets the Reactance, each phase, ohms at base frequency for the active reactor.
Parameter 11: Reactors.X write
Sets the Reactance, each phase, ohms at base frequency for the active reactor.