lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
SPE - Start events of protection equipment according to IEC 60870-5-101:2003 7.2.6.11. More...
Public Member Functions | |
StartEvent (byte encodedValue) | |
StartEvent (StartEvent orignal) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
bool | GS [get, set] |
General start of operation. | |
bool | SL1 [get, set] |
Start of operation phase L1. | |
bool | SL2 [get, set] |
Start of operation phase L2. | |
bool | SL3 [get, set] |
Start of operation phase L3. | |
bool | SIE [get, set] |
Start of operation IE (earth current) | |
bool | SRD [get, set] |
Start of operation in reverse direction. | |
bool | RES1 [get, set] |
bool | RES2 [get, set] |
byte | EncodedValue [get, set] |
SPE - Start events of protection equipment according to IEC 60870-5-101:2003 7.2.6.11.
|
getset |
General start of operation.
true
if started; otherwise, false
.
|
getset |
Start of operation IE (earth current)
true
if started; otherwise, false
.
|
getset |
Start of operation phase L1.
true
if started; otherwise, false
.
|
getset |
Start of operation phase L2.
true
if started; otherwise, false
.
|
getset |
Start of operation phase L3.
true
if started; otherwise, false
.
|
getset |
Start of operation in reverse direction.
true
if started; otherwise, false
.