lib60870.NET
2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12 More...
Public Member Functions | |
OutputCircuitInfo (byte encodedValue) | |
OutputCircuitInfo (bool gc, bool cl1, bool cl2, bool cl3) | |
override string | ToString () |
Properties | |
byte | EncodedValue [get, set] |
bool | GC [get, set] |
General command to output circuit More... | |
bool | CL1 [get, set] |
Command to output circuit phase L1 More... | |
bool | CL2 [get, set] |
Command to output circuit phase L2 More... | |
bool | CL3 [get, set] |
Command to output circuit phase L3 More... | |
Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12
|
getset |
Command to output circuit phase L1
true
if set, otherwise, false
.
|
getset |
Command to output circuit phase L2
true
if set, otherwise, false
.
|
getset |
Command to output circuit phase L3
true
if set, otherwise, false
.
|
getset |
General command to output circuit
true
if set, otherwise, false
.