lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
Loading...
Searching...
No Matches
lib60870.CS101.OutputCircuitInfo Class Reference

Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12. More...

Public Member Functions

 OutputCircuitInfo (OutputCircuitInfo original)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
 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.
 
bool CL1 [get, set]
 Command to output circuit phase L1.
 
bool CL2 [get, set]
 Command to output circuit phase L2.
 
bool CL3 [get, set]
 Command to output circuit phase L3.
 

Detailed Description

Output circuit information of protection equipment According to IEC 60870-5-101:2003 7.2.6.12.

Property Documentation

◆ CL1

bool lib60870.CS101.OutputCircuitInfo.CL1
getset

Command to output circuit phase L1.

true if set, otherwise, false.

◆ CL2

bool lib60870.CS101.OutputCircuitInfo.CL2
getset

Command to output circuit phase L2.

true if set, otherwise, false.

◆ CL3

bool lib60870.CS101.OutputCircuitInfo.CL3
getset

Command to output circuit phase L3.

true if set, otherwise, false.

◆ GC

bool lib60870.CS101.OutputCircuitInfo.GC
getset

General command to output circuit.

true if set, otherwise, false.


The documentation for this class was generated from the following file: