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 ReclosersI(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: Reclosers.Count

This parameter gets number of Reclosers in active circuit.


Parameter 1: Reclosers.First

This parameter sets first recloser to be active Circuit Element. Returns 0 if none.


Parameter 2: Reclosers.Next

This parameter sets next recloser to be active Circuit Element. Returns 0 if none.


Parameter 3: Reclosers.MonitoredTerm read

This parameter gets the terminal number of Monitored Object for the Recloser.


Parameter 4: Reclosers.MonitoredTerm write

This parameter sets the terminal number of Monitored Object for the Recloser.


Parameter 5: Reclosers.SwitchedTerm read

This parameter gets the terminal of the controlled device being switched by the Recloser.


Parameter 6: Reclosers.SwitchedTerm write

This parameter sets the terminal of the controlled device being switched by the Recloser.


Parameter 7: Reclosers.NumFast read

This parameter gets the number of fast shots.


Parameter 8: Reclosers.NumFast write

This parameter sets the number of fast shots.


Parameter 9: Reclosers.Shots read

This parameter gets the number of shots to lockout (fast + delayed).


Parameter 10: Reclosers.Shots write

This parameter sets the number of shots to lockout (fast + delayed).


Parameter 11: Reclosers.Open

This parameter open recloser's controlled element and lock out the recloser.


Parameter 12: Reclosers.Close

This parameter close the switched object controlled by the recloser. Resets recloser to first operation.


Parameter 13: Reclosers.Idx read

This parameter gets the active recloser by index into the recloser list. 1..Count.


Parameter 14: Reclosers.Idx write

This parameter sets the active recloser by index into the recloser list. 1..Count.


Parameter 15: Reclosers.Reset

This parameter resets the recloser to its normal state. If open, lock out the recloser. If closed, resets recloser to first operation.