| ReclosersState Property |
[This is preliminary documentation and is subject to change.]
Get/Set present state of recloser.
If set to open (ActionCodes.Open=1), open recloser's controlled element and lock out the recloser.
If set to close (ActionCodes.Close=2), close recloser's controlled element and resets recloser to first operation.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int State { get; set; }
Public Property State As Integer
Get
Set
public:
property int State {
int get ();
void set (int value);
}
member State : int with get, set
function get_State();
function set_State(value);
Property Value
Type:
Int32See Also